Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 14h, 07h return timer tick parameters</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 14h,  07h    Return timer tick parameters

      Entry:  None

      Exit:   AL         Timer tick interrupt number

              AH         Ticks per second on interrupt number in AL

              DX         Approximate number of milliseconds per tick

    This is used to  determine the parameters of the timer tick on any given
    machine.  Three numbers are returned:

        AL =   Timer tick interrupt number
        AH =   Ticks per second on interrupt number shown in AL
        DX =   Milliseconds per tick (approximate)

    Applications can use this for critical timing  (granularity of less than
    one second) or to set up code  (such as a watchdog)  that is executed on
    every timer tick. See function 16h (add/delete function from timer tick)
    for the preferred way of actually installing such code.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson