Assembler:Commands:POP
Revision as of 08:01, 13 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''command''' pop ''operand'' POPs (clears) data from the stack. === Command Parameters === {|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0" !align="…')
command pop operand
POPs (clears) data from the stack.
Command Parameters
Parameter | Description |
---|---|
operand | The registery or data to pop |
Examples
pop ax
pop eax
pop rax