en:docs:dos:api:int20

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 20H

Version

1 and higher

Brief

TERMINATE PROGRAM

Family API

Input

CS = PSP segment

Return

Never return

Macro

INCLUDE DOS.INC
 
TERMINATE

Notes

Function is obsolete. Use INT 21/AH=4Ch instead

This function sets the program's return code (ERRORLEVEL) to 00h

See Also

Note

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