Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>int 1ah, 07h (7) reset real-time clock alarm many</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 1Ah,  07h (7)        Reset Real-Time Clock Alarm                     many

    Prevents the real-time clock alarm from occurring.

       On entry:      AH         07h

       Returns:       None

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

       Notes:         This service disables the alarm process. It does so
                      by not executing an INT 4Ah at any time. See Service
                      06h (Set Real-Time Clock Alarm) to set the alarm.

                      The real-time clock is the clock that runs even when
                      the computer is turned off. A CMOS battery is used
                      so that, even while the computer is off, the date,
                      time, and alarm time are maintained.

                      This service is available only for ATs, XT-286s, and
                      PC Convertibles. Previous machines will report
                      unpredictable results (including the state of the
                      Carry Flag).

See Also: INT 1Ah, 06h INT 1Ah, 08h INT 1Ah, 09h

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