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 - pgmint - interrupt another task http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - TopView - "PGMINT" - INTERRUPT ANOTHER TASK
        AX = 1021h
        BX = segment of object handle for task to interrupt (not self)
        DX:CX -> FAR routine to jump to next time task is run
Return: nothing
Notes:  the FAR routine is entered with the current ES, DS, SI, DI, and BP
          values, using the task's internal stack (see AX=101Ah); only SS:SP
          needs to be preserved
        multiple PGMINTs to a single task are processed last-in first-out
        if the other task is in a DOS or DV API call, the interruption will
          occur on return from that call

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