Difference between revisions of "Assembler:Commands:POPFQ"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Assembler]] | ||
'''command''' popfq | '''command''' popfq | ||
Line 11: | Line 12: | ||
Increments the stack pointer and stores the value in the RFLAGS register. | Increments the stack pointer and stores the value in the RFLAGS register. | ||
− | [http://x86 | + | [http://c9x.me/x86/html/file_module_x86_id_250.html c9x.me/x86/html/file_module_x86_id_250.html] |
</div> | </div> | ||
− | + | {{AssemblerCommandParametersNone}} | |
− | |||
== Examples == | == Examples == | ||
popfq | popfq | ||
− | + | {{AssemblerCommandSeeAlso}} | |
− | |||
− | |||
− | |||
− | + | {{Template:AssemblerCommandExternalLinks}} | |
− | |||
− | |||
− | |||
− |
Latest revision as of 16:02, 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[edit]
<none>
Examples[edit]
popfq