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 15 - system - event wait (at,xt286,conv,ps) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - SYSTEM - EVENT WAIT (AT,XT286,CONV,PS)
        AH = 83h
        AL = subservice
            00h = set interval
            01h = cancel
        ES:BX -> event flag (bit 7 set when interval expires)
        CX:DX = number of microseconds to wait (only accurate to 977 us)
Return: CF set if function already busy
Note:   the resolution of the wait period is 977 microseconds on most systems
          because most BIOSes use the 1/1024 second fast interrupt from the AT
          real-time clock chip which is available on INT 70
SeeAlso: AH=86h, INT 70

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