Keyboard input/Flush the keyboard buffer: Difference between revisions

no edit summary
m (→‎{{header|Phix}}: added syntax colouring the hard way)
No edit summary
Line 16:
''The program must not wait for users to type anything.''
<br><br>
=={{header|8086 Assembly}}==
 
{{works with|MS-DOS}}
<lang asm>mov ax,0C00h
int 21h</lang>
=={{header|AArch64 Assembly}}==
{{works with|as|Raspberry Pi 3B version Buster 64 bits}}
1,489

edits