Difference between revisions of "Assembler:Commands:PUSHF"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
'''command''' pushf | '''command''' pushf | ||
− | + | [[Assembler:Commands:PUSH|PUSH]]es (saves) the FLAGS register (16 bit) onto the stack. | |
Decrements the stack pointer and pushes EFLAGS register onto the stack. | Decrements the stack pointer and pushes EFLAGS register onto the stack. |
Revision as of 05:03, 14 March 2017
command pushf
PUSHes (saves) the FLAGS register (16 bit) onto the stack.
Decrements the stack pointer and pushes EFLAGS register onto the stack.
Command Parameters
<none>
Examples
pushf