Assembler:Commands:POP

From Cheat Engine
Revision as of 10:19, 13 March 2017 by TheyCallMeTim13 (talk | contribs)
Jump to navigation Jump to search

command pop operand

POPs (clears) data from the stack.

Used to restore state after a call to PUSH.

Command Parameters

Parameter Description
operand The registery or data to pop


Examples

pop ax
pop eax
pop rax


See also

External links