Int 21/AH=0Ch

Prev Next Ralf Interrups Categories Contents

------

DOS 1+ - FLUSH BUFFER AND READ STANDARD INPUT

AH = 0Ch
AL = STDIN input function to execute after flushing buffer
other registers as appropriate for the input function

Return:
As appropriate for the specified input function

Note: If AL is not one of 01h,06h,07h,08h, or 0Ah, the buffer is flushed but no input is attempted

See Also: AH=01h - AH=06h"INPUT" - AH=07h - AH=08h - Category: DOS Kernel - Int 21h - D

------

Prev Next Ralf Interrups Categories Contents