V86MMGR_Xlat_API


include v86mmgr.inc

mov     ebx, VMHandle
mov     ebp, OFFSET32 ClientRegisters
mov     edx, OFFSET32 Script
VxDcall V86MMGR_Xlat_API

Interprets a translation script. Uses EDX, Flags.

VMHandle

Handle of the current VM.

ClientRegisters

Address of a Client_Reg_Struc structure containing the register values for the current VM.

Script

Address of the script to interpret. You can create translation scripts using macros defined in V86MMGR.INC.