Difference between revisions of "Assembler:Commands:POPFQ"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
− | + | {{AssemblerCommandParametersNone}} | |
− | |||
== Examples == | == Examples == | ||
popfq | popfq | ||
− | + | {{AssemblerCommandSeeAlso}} | |
− | |||
− | |||
− | |||
== External links == | == External links == |
Revision as of 22:16, 19 March 2017
command popfq
POPs (clears) the RFLAGS register (64 bit) from the stack.
Used to restore state after a call to PUSHFQ.
Note: Only available in 64 bit mode.
Increments the stack pointer and stores the value in the RFLAGS register.
Command Parameters
<none>
Examples
popfq