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
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