Int 7F/AH=E0h

Prev Next Ralf Interrups Categories Contents

------

Alloy MW386 - CREATE DOS TASK

AH = E0h
AL = memory size (00h=128K, 01h=256K, 02h=384K, 03h=512K, 04h=640K)
DS:DX -> ASCIZ task name (max 16 bytes)

Return:
CF clear if successful AL = task create ID CF set on error

Note: Only foreground DOS tasks can use this function

See Also: AH=E1h - AH=E2h - AH=E3h - AH=E6h - Category: Network - Int 7Fh - A

------

Prev Next Ralf Interrups Categories Contents