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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:docs:dos:api:int21:0c [2020/12/07 08:31] – created prokusheven:docs:dos:api:int21:0c [2024/06/05 13:57] (current) prokushev
Line 17: Line 17:
 ===== Input ===== ===== Input =====
  
-  AH = 0Ch +  AH = 0Ch 
-  AL = STDIN input function to execute after flushing buffer other registers as appropriate for the input function+  AL = STDIN input function to execute after flushing buffer other registers as appropriate for the input function
  
 ===== Return ===== ===== Return =====
Line 26: Line 26:
 ===== Notes ===== ===== Notes =====
  
- if AL is not one of 01h,06h,07h,08h, or 0Ah, the buffer is flushed but no input is attempted+if AL is not one of 01h,06h,07h,08h, or 0Ah, the buffer is flushed but no input is attempted
  
 ===== See also ===== ===== See also =====
  
-AH=01h,AH=06h"INPUT",AH=07h,AH=08h,AH=0Ah+AH=[[en:docs:dos:api:int21:01|01h]],AH=[[en:docs:dos:api:int21:06|06h]],AH=[[en:docs:dos:api:int21:07|07h]],AH=[[en:docs:dos:api:int21:08|08h]],AH=[[en:docs:dos:api:int21:0a|0Ah]]
  
 ===== Note ===== ===== Note =====