Difference between revisions of "Assembler:Commands:PUSH"
Jump to navigation
Jump to search
(→See also) |
|||
| Line 11: | Line 11: | ||
|The registery or data to push | |The registery or data to push | ||
|} | |} | ||
| + | |||
| + | |||
| + | == Examples == | ||
| + | push ax | ||
| + | |||
| + | push eax | ||
| + | |||
| + | push rax | ||
Revision as of 08:01, 13 March 2017
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