Assembler:Commands:PUSH
Revision as of 04:48, 14 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