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 - setbit - schedule one or more 2nd-level interrupts http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - TopView - "SETBIT" - SCHEDULE ONE OR MORE 2ND-LEVEL INTERRUPTS
        AX = 1015h
        BX = bit mask for interrupts to post
Return: indicated routines will be called: (DV 2.0x) at next task switch
                                           (DV 2.2x) immediately
SeeAlso: AX=1013h,AX=1014h
Notes:  this is one of the few TopView calls which are allowed from a hardware
          interrupt handler
        the handler will be called with ES containing the segment of the handle
          of the next task to be executed; on return, ES must be the segment of
          a task handle

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