[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 7F Fn E0  - Alloy Mw386 - Create DOS Task                              [N]

   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,AH=E7h

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson