en:docs:dos:api:int21:4c

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=4CH

Version

2 and higher

Brief

“EXIT” - TERMINATE WITH RETURN CODE

Family API

Input

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,INT 15/AH=12h/BH=02h,INT 20,INT 22

Note

2018/09/04 17:23 · prokushev · 0 Comments