Int 21/AH=4Ch

Prev Next Ralf Interrups Categories Contents

------

DOS 2+ - EXIT - TERMINATE WITH RETURN CODE

AH = 4Ch
AL = return code

Return:
Never returns

Notes: Unless the process is its own parent (see #01378 [offset 16h] at AH=26h), all open files are closed and all memory belonging to the process is freed. All network file locks should be removed before calling this function

See Also: AH=00h - AH=26h - AH=4Bh - AH=4Dh - See Also: INT 60/DI=0601h

Category: DOS Kernel - Int 21h - D

------

Prev Next Ralf Interrups Categories Contents