en:docs:dos:api:int21:07

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

Version

1 and higher

Brief

DIRECT CHARACTER INPUT, WITHOUT ECHO

Family API

Input

 AH = 07h

Return

AL = character read from standard input

Notes

does not check ^C/^Break

standard input is always the keyboard under DOS 1.x, but may be redirected under DOS 2+

if the interim console flag is set (see AX=6301h), partially-formed double-byte characters may be returned

See also

AH=01h,AH=06h,AH=08h,AH=0Ah

Note

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