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 70h (112) real-time clock xt-286, at, convertible</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 70h (112)            Real-Time Clock              XT-286, AT, Convertible

    Handles the alarm and periodic interrupts for the real-time clock.

  --------------------------------------------------------------------------

    This is a hardware interrupt (IRQ 8) activated by the CMOS timer 1024
    times per second.

       Notes:         This interrupt is available only on the AT and XT-
                      286. The real-time clock on the PC Convertible
                      generates an INT 02h (Non-Maskable Interrupt) to
                      handle the periodic and alarm functions.

                      This interrupt provides two services. The first is
                      the periodic interrupt that is generated when a time
                      delay is specified. See INT 15h, Service 83h (Event
                      Wait), and Service 86h (Wait), for more information.
                      The second service is the Alarm Interrupt. When the
                      CMOS alarm time matches the current CMOS time, then
                      INT 4Ah (User Alarm) is executed.

See Also: INT 15h, 83h INT 15h, 86h INT 4Ah INT 1Ah, 06h

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