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 - topview - getbit - define a 2nd-level interrupt handler http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - TopView - "GETBIT" - DEFINE A 2ND-LEVEL INTERRUPT HANDLER
        AX = 1013h
        ES:DI -> FAR service routine
Return: BX = bit mask indicating which bit was allocated
             0000h if no more bits available
SeeAlso: AX=1014h,AX=1015h
Note:   only a few TopView/DESQview API calls are allowed during a hardware
          interrupt; if other calls need to be made, the interrupt handler
          must schedule a 2nd-level interrupt with "SETBIT" (AX=1015h)

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