en:docs:xms:api

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:xms:api [2023/11/19 10:52] prokusheven:docs:xms:api [2023/12/20 14:02] (current) prokushev
Line 2: Line 2:
  
 XMS API implemented via VXMS.DLL VDD XMS API implemented via VXMS.DLL VDD
 +
 +            ; Is an XMS driver installed?
 +            mov     ax,4300h
 +            int     2Fh
 +            cmp     al,80h
 +            jne     NoXMSDriver
 +            
 +            
  
   mov     ax,4310h   mov     ax,4310h
   int     2Fh   int     2Fh
-  mov     word ptr [XMSControl],bx +  mov     word ptr [XMSCALL],bx 
-  mov     word ptr [XMSControl+2],es+  mov     word ptr [XMSCALL+2],es
      
   mov     ah,00h   mov     ah,00h
-  call    [XMSControl]+  call    [XMSCALL]
  
 ^ Function ^ Description ^ Status ^ Version ^ ^ Function ^ Description ^ Status ^ Version ^