include vmm.inc
mov ebx, VMHandle
mov eax, End_Message_Mode
VMMCall System_Control
Directs the virtual device to end message-mode processing. The virtual device may modify all general registers and flags.
Begin_Message_Mode, End_Message_Mode2