include vmm.inc
mov ebx, VMHandle
mov eax, VM_Terminate
VMMCall System_Control
Notifies the virtual device that the system is terminating the specified virtual machine. The system sends this message when a virtual machine terminates normally. The virtual device may modify all general registers and flags.
The virtual machine can call the Simulate_Int and Exec_Int services in the specified virtual machine.
System_Exit, VM_Not_Executeable, VM_Terminate2