MSDOS - Interrupt List 16h

00h - KEYBOARD - GET KEYSTROKE

	AH = 00h
Return: AH = BIOS scan code
	AL = ASCII character

on extended keyboards, this function discards any extended keystrokes, returning only when a non-extended keystroke is available