en:docs:dos:api:int21:03

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=03H

Version

1 and higher

Brief

READ CHARACTER FROM STDAUX

Family API

Input

AH = 03h

Return

AL = character read

Notes

keyboard checked for ^C/^Break, and INT 23 executed if detected

STDAUX is usually the first serial port

See also

AH=04h,INT 14/AH=02h,INT E0/CL=03h

Note

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