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
Last revisionBoth sides next revision
en:docs:xms:api [2023/11/19 10:44] prokusheven:docs:xms:api [2023/11/19 10:52] prokushev
Line 2: Line 2:
  
 XMS API implemented via VXMS.DLL VDD XMS API implemented via VXMS.DLL VDD
 +
 +  mov     ax,4310h
 +  int     2Fh
 +  mov     word ptr [XMSCALL],bx
 +  mov     word ptr [XMSCALL+2],es
 +  
 +  mov     ah,00h
 +  call    [XMSCALL]
  
 ^ Function ^ Description ^ Status ^ Version ^ ^ Function ^ Description ^ Status ^ Version ^