RosettaCodeData/Task/Keyboard-input-Flush-the-keyboard-buffer/8086-Assembly/keyboard-input-flush-the-keyboard-buffer-2.8086
2023-07-01 13:44:08 -04:00

2 lines
125 B
Text

mov ax,0C0Ah
int 21h ;flush the keyboard buffer then immediately ask the user to type in a sentence and hit Enter when done.