Difference between revisions of "Assembler:Commands:PUSHFD"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
− | + | {{AssemblerCommandParametersNone}} | |
− | |||
− | |||
== Examples == | == Examples == | ||
pushfd | pushfd | ||
− | + | {{AssemblerCommandSeeAlso}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
== External links == | == External links == |
Revision as of 22:18, 19 March 2017
command pushfd
PUSHes (saves) the EFLAGS register (32 bit) onto the stack.
Note: Not available in 64 bit mode.
Decrements the stack pointer and pushes EFLAGS register onto the stack.
Command Parameters
<none>
Examples
pushfd