INT 21,2 - Display Output
AH = 02 DL = character to output returns nothing - outputs character to STDOUT - backspace is treated as non-destructive cursor left - if Ctrl-Break is detected, INT 23 is executed
AH = 02 DL = character to output returns nothing - outputs character to STDOUT - backspace is treated as non-destructive cursor left - if Ctrl-Break is detected, INT 23 is executed