en:docs:dos:api:int21:1a

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:1a [2020/12/08 08:38] – created prokusheven:docs:dos:api:int21:1a [2024/05/11 06:18] (current) prokushev
Line 17: Line 17:
 ===== Input ===== ===== Input =====
  
-        AH = 1Ah +  * AH = 1Ah 
-        DS:DX -> Disk Transfer Area (DTA)+  DS:DX -> Disk Transfer Area (DTA)
  
 ===== Return ===== ===== Return =====
  
-none+  * none
  
 ===== Notes ===== ===== Notes =====
  
-Notes:  the DTA is set to PSP:0080h when a program is started +  * The DTA is set to PSP:0080h when a program is started 
-        under the FlashTek X-32 DOS extender, the pointer is in DS:EDX+  under the FlashTek X-32 DOS extender, the pointer is in DS:EDX
                      
 ===== See also ===== ===== See also =====
  
-AH=11h,AH=12h,AH=2Fh,AH=4Eh,AH=4Fh+AH=[[en:docs:dos:api:int21:11|11h]],AH=[[en:docs:dos:api:int21:12|12h]],AH=[[en:docs:dos:api:int21:2f|2Fh]],AH=[[en:docs:dos:api:int21:4e|4Eh]],AH=[[en:docs:dos:api:int21:4f|4Fh]]
  
 ===== Note ===== ===== Note =====