Difference between revisions of "Assembler:Commands:POPFQ"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
'''command''' popfq | '''command''' popfq | ||
− | + | [[Assembler:Commands:POP|POP]]s (clears) the RFLAGS register (64 bit) from the stack. | |
Used to restore state after a call to [[Assembler:Commands:PUSHFQ|PUSHFQ]]. | Used to restore state after a call to [[Assembler:Commands:PUSHFQ|PUSHFQ]]. | ||
+ | |||
+ | Note: Only available in 64 bit mode. | ||
+ | |||
+ | Increments the stack pointer and stores the value in the RFLAGS register. | ||
=== Command Parameters === | === Command Parameters === | ||
<none> | <none> | ||
− | |||
== Examples == | == Examples == | ||
popfq | popfq | ||
− | |||
== See also == | == See also == | ||
Line 17: | Line 19: | ||
* [[Cheat_Engine:Auto Assembler|Auto Assembler]] | * [[Cheat_Engine:Auto Assembler|Auto Assembler]] | ||
* [[Assembler:Commands|Assembler Commands]] | * [[Assembler:Commands|Assembler Commands]] | ||
+ | |||
+ | * [http://x86.renejeschke.de/html/file_module_x86_id_250.html x86.renejeschke.de/html/file_module_x86_id_250.html] | ||
== External links == | == External links == |
Revision as of 05:23, 14 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