Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 1a - clock - get time of day http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 1A - CLOCK - GET TIME OF DAY
        AH = 00h
Return: CX:DX = clock count
        AL = 00h if clock was read or written (via AH=0,1) since the previous
                 midnight
             Otherwise, AL > 0
Note:   IBM and many clone BIOSes set the flag for AL rather than incrementing
          it, leading to loss of a day if two consecutive midnights pass
          without a request for the time (e.g. if the system is on but idle)
SeeAlso: AH=02h,INT 21/AH=2Ch

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