en:docs:dos:api:int21:0c

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=0CH

Version

1 and higher

Brief

FLUSH BUFFER AND READ STANDARD INPUT

Family API

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

Notes

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,AH=0Ah

Note

2018/09/04 17:23 · prokushev · 0 Comments