Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>int 08h (8) system timer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 08h (8)              System Timer

    This interrupt is a hardware interrupt (IRQ 0) activated by the system
    timer 18.2 times per second (every 55 ms). The default handler does
    the following:

         .   Keeps a count of the number of timer ticks at memory location
             0:46Ch (System Timer Counter--long integer). After 24 hours of
             operation, a flag is set at memory location 0:470h to signal
             this condition and the System Timer Counter (0:46Ch) is reset to
             0.

         .   Decrements the Diskette Drive Motor Off Counter at memory
             location 0:440h if it is not 0. When this location reaches 0,
             the diskette drive motor is turned off and the Diskette Drive
             Motor Status byte at memory location 0:43Fh is updated to
             reflect that the motor has been turned off.

         .   Generates INT 1Ch.

         .   For the PC Convertible, generates INT 4Ah if an alarm interrupt
             occurs.

See Also: INT 1Ah, 06h INT 1Ch 0:46Ch 0:470h 0:440h 0:43Fh

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