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 62 - cswitch - spawn http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 62 - Cswitch - SPAWN
        AH = 07h
        ES:BX -> function address to start executing at
        CX = priority (1-10)
Return: AX = FFFDh  no free memory control blocks
           = FFFEh  no free task control blocks
           = FFFFh  not enough memory to create new task stack
           = >0     the tcb number of the new task, indicating no error
SeeAlso: AH=0Fh,AH=10h

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