Difference between revisions of "Assembler:Commands:POPFQ"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''command''' popfq POPs (clears) the RFLAGS register (64 bit) from the stack. === Command Parameters === <none> == Examples == popfq == See also == * Assembler …')
 
Line 2: Line 2:
  
 
POPs (clears) the RFLAGS register (64 bit) from the stack.
 
POPs (clears) the RFLAGS register (64 bit) from the stack.
 +
 +
Used to restore state after a call to [[Assembler:Commands:PUSHFQ|PUSHFQ]].
  
 
=== Command Parameters ===
 
=== Command Parameters ===
Line 18: Line 20:
 
== External links ==
 
== External links ==
 
* [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]
 
* [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 10:22, 13 March 2017

command popfq

POPs (clears) the RFLAGS register (64 bit) from the stack.

Used to restore state after a call to PUSHFQ.

Command Parameters

<none>


Examples

popfq


See also

External links