Difference between revisions of "Assembler:Commands:PUSHFQ"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
[[Assembler:Commands:PUSH|PUSH]]es (saves) the RFLAGS register (64 bit) onto the stack. | [[Assembler:Commands:PUSH|PUSH]]es (saves) the RFLAGS register (64 bit) onto the stack. | ||
− | |||
− | |||
Note: Only available in 64 bit mode. | Note: Only available in 64 bit mode. | ||
+ | Decrements the stack pointer and pushes RFLAGS register onto the stack. | ||
=== Command Parameters === | === Command Parameters === |
Revision as of 05:11, 14 March 2017
command pushfq
PUSHes (saves) the RFLAGS register (64 bit) onto the stack.
Note: Only available in 64 bit mode.
Decrements the stack pointer and pushes RFLAGS register onto the stack.
Command Parameters
<none>
Examples
pushfq