Int 15/AH=07h

lup.gif ldown.gif Interrups Categories Contents

rbline.gif

MultiDOS Plus - SPAWN INTERNAL TASK (CREATE NEW THREAD)

AH = 07h
BX:CX = entry point of new task
DX = stack size in paragraphs

Return:
AH = status 00h successful 01h no free task control blocks 02h no free memory for task's stack

Note: Execution returns immediately to calling task

See Also: AH=08h"MultiDOS" - AH=09h"MultiDOS" - AH=13h"MultiDOS"

Category: DOS-Based Task Switchers/Multitaskers - Int 15h - M

rbline.gif

lup.gif ldown.gif Interrups Categories Contents