Difference between revisions of "Assembler:Commands:POPFQ"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
<div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;"> | <div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;"> | ||
Increments the stack pointer and stores the value in the RFLAGS register. | Increments the stack pointer and stores the value in the RFLAGS register. | ||
− | |||
− | |||
</div> | </div> | ||
Line 23: | Line 21: | ||
{{AssemblerCommandSeeAlso}} | {{AssemblerCommandSeeAlso}} | ||
− | + | {{Template:AssemblerCommandExternalLinks}} | |
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 15:31, 3 January 2018
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