Difference between revisions of "Assembler:Commands:POPFQ"
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
* [https://wikipedia.org/wiki/X86_instruction_listings wikipedia.org/wiki/X86_instruction_listings] | * [https://wikipedia.org/wiki/X86_instruction_listings wikipedia.org/wiki/X86_instruction_listings] | ||
* [https://wikibooks.org/wiki/X86_Assembly/Other_Instructions wikibooks.org/wiki/X86_Assembly/Other_Instructions] | * [https://wikibooks.org/wiki/X86_Assembly/Other_Instructions wikibooks.org/wiki/X86_Assembly/Other_Instructions] | ||
+ | * [http://x86.renejeschke.de/ x86.renejeschke.de] | ||
* [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org] | * [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org] |
Revision as of 04:16, 15 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