Int 21/AH=08h

Prev Next Ralf Interrups Categories Contents

------

DOS 1+ - CHARACTER INPUT WITHOUT ECHO

AH = 08h

Return:
AL = character read from standard input

Notes: ^C/^Break are checked, and INT 23 executed if detected. 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=07h - AH=0Ah - Category: DOS Kernel - Int 21h - D

------

Prev Next Ralf Interrups Categories Contents