en:docs:dos:api:int21:64

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:64 [2021/08/06 04:00] – created 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
  
 +  CX = 636Ch - Call OS/2 VDM function
 +  
 ===== Return ===== ===== Return =====
  
Line 29: Line 30:
 ===== Notes ===== ===== Notes =====
  
- This function is called by the DOS 3.3+ PRINT.COM. Under MS-DOS, this function does not use any of the DOS-internal stacks and may thus be called at any time, even during another DOS call+This function is called by the DOS 3.3+ PRINT.COM. Under MS-DOS, this function does not use any of the DOS-internal stacks and may thus be called at any time, even during another DOS call
                      
 ===== 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 =====