Difference between revisions of "Assembler:Commands:POPF"

From Cheat Engine
Jump to navigation Jump to search
Line 29: Line 29:
 
* [http://x86.renejeschke.de/ x86.renejeschke.de]
 
* [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]
 +
* [http://ref.x86asm.net/ ref.x86asm.net]

Revision as of 04:34, 15 March 2017

command popf

POPs (restores) the FLAGS register (16 bit) from the stack.

Used to restore state after a call to PUSHF.


Increments the stack pointer and stores the value in the FLAGS register.

x86.renejeschke.de/html/file_module_x86_id_250.html


Command Parameters

<none>

Examples

popf

See also

External links