Table des matières

MSDOS - Interrupt List 21h

00h - DOS 1+ - TERMINATE PROGRAM

	AH = 00h
	CS = PSP segment

Microsoft recomments using INT 21/AH=4Ch for DOS 2+ execution continues at address stored in INT 22 after DOS performs whatever cleanup it needs to do

if the PSP is its own parent, the process's memory is not freed; if INT 22 additionally points into the terminating program, the process is effectively NOT terminated

not supported by MS Windows 3.0 DOSX.EXE DOS extender

SeeAlso: AH=26h,AH=31h,AH=4Ch,INT 20,INT 22

01h - DOS 1+ - READ CHARACTER FROM STANDARD INPUT, WITH ECHO

	AH = 01h
Return: AL = character read
C/

character is echoed to standard output