Assembler:Commands:POP
Revision as of 10:19, 13 March 2017 by TheyCallMeTim13 (talk | contribs)
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