Simulate_Push

include vmm.inc

mov     eax, Value          ; value to push
VMMCall Simulate_Push
 

Pushes a word or doubleword value on the stack of the current virtual machine and subtracts two or four from the Client_ESP register. Uses Client_ESP, Flags.

Value
Value to push on the stack. In V86 mode or when the virtual machine is running a 16-bit program, only the low word is pushed.

See Also

Simulate_Pop