Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 21 - dos - clear keyboard buffer http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS - CLEAR KEYBOARD BUFFER
        AH = 0Ch
        AL must be 01h, 06h, 07h, 08h, or 0Ah.
Notes:  flushes all typeahead input, then executes function specified by AL
          (effectively moving it to AH and repeating the INT 21 call).
        if AL contains a value not in the list above, the keyboard buffer is
          flushed and no other action is taken.
SeeAlso: AH=01h,AH=06h"INPUT",AH=07h,AH=08h,AH=0Ah

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson