Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 1Ah Function 06h
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     A side effect of this function is that the clock chip's interrupt
     level (IRQ8) is enabled.
 
     Only one alarm may be active at any given time. The alarm occurs
     every 24 hours at the specified time until it is reset with Int
     1Ah Function 07h.
 
     The program using this function must place the address of its
     interrupt handler for the alarm in the vector for Int 4Ah.
                                    -♦-