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

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:dos:api:int21:0c [2024/04/27 07:01] 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=[[en:docs:dos:api:int21:01|01h]],AH=[[en:docs:dos:api:int21:06|06h]]"INPUT",AH=[[en:docs:dos:api:int21:07|07h]],AH=[[en:docs:dos:api:int21:08|08h]],AH=[[en:docs:dos:api:int21:0a|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 =====