Assembler:Commands:PUSH
Revision as of 08:01, 13 March 2017 by TheyCallMeTim13 (talk | contribs)
command push operand
PUSHes (saves) data onto the stack.
Command Parameters
Parameter | Description |
---|---|
operand | The registery or data to push |
Examples
push ax
push eax
push rax