en:docs:dos:api:int21:64

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:dos:api:int21:64 [2023/12/09 11:25] prokusheven:docs:dos:api:int21:64 [2024/05/08 01:22] (current) prokushev
Line 18: Line 18:
   AH = 64h   AH = 64h
   AL = flag   AL = flag
-  00h (default) call device driver function 5 (non-dest read) +  00h (default) call device driver function 5 (non-dest read) before INT 21/AH=01h,08h,0Ah
-  before INT 21/AH=01h,08h,0Ah+
   nonzero don't call driver function 5   nonzero don't call driver function 5
  
Line 35: Line 34:
 ===== See also ===== ===== See also =====
  
-AH=01h - AH=08h - AH=0Ah - AX=5D06h+AH=[[en:docs:dos:api:int21:01|01h]] - AH=[[en:docs:dos:api:int21:08|08h]] - AH=[[en:docs:dos:api:int21:0a|0Ah]] - AX=[[en:docs:dos:api:int21:5d:06|5D06h]]
  
 ===== Note ===== ===== Note =====