en:docs:dos:api:int21:06

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:06 [2020/12/07 06:24] – [Input] prokusheven:docs:dos:api:int21:06 [2024/04/27 06:54] (current) prokushev
Line 32: Line 32:
   ZF set if no character available   ZF set if no character available
             AL = 00h             AL = 00h
 +
   ZF clear if character available   ZF clear if character available
             AL = character read             AL = character read
Line 49: Line 50:
 ===== See also ===== ===== See also =====
  
-AH=02h,AH=09h,AH=0BH+AH=[[en:docs:dos:api:int21:02|02h]],AH=[[en:docs:dos:api:int21:09|09h]],AH=[[en:docs:dos:api:int21:0b|0BH]]
  
 ===== Note ===== ===== Note =====