Int 15/AH=07h

Prev Next Ralf Interrups Categories Contents

------

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

------

Prev Next Ralf Interrups Categories Contents