Simulate_Pop


include vmm.inc

VMMcall Simulate_Pop

mov     [Value], eax        ; value popped from stack

Returns the word or doubleword value at the top of the stack of the current virtual machine, and adds two or four to the Client_ESP register. Uses Client_ESP, EAX, Flags.

See also Simulate_Push