Int 16/AH=00h

Prev Next Ralf Interrups Categories Contents

------

KEYBOARD - GET KEYSTROKE

AH = 00h

Return:
AH = BIOS scan code AL = ASCII character

Notes: On extended keyboards, this function discards any extended keystrokes, returning only when a non-extended keystroke is available. The BIOS scan code is usually, but not always, the same as the hardware scan code processed by INT 09. It is the same for ASCII keystrokes and most unshifted special keys (F-keys, arrow keys, etc.), but differs for shifted special keys. Some (older) clone BIOSes do not discard extended keystrokes and manage function AH=00h and AH=10h the same. The K3PLUS v6.00+ INT 16 BIOS replacement doesn't discard extended keystrokes (same as with functions 10h and 20h), but will always translate prefix E0h to 00h. This allows old programs to use extended keystrokes and should not cause compatibility problems

See Also: AH=01h - AH=05h - AH=10h - AH=20h - See Also: INT 09 - INT 15/AH=4Fh

Category: Bios - Int 16h - K

------

Prev Next Ralf Interrups Categories Contents