Difference between revisions of "Assembler:Commands:POPFD"

From Cheat Engine
Jump to navigation Jump to search
Line 31: Line 31:
 
* [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:35, 15 March 2017

command popfd

POPs (restores) the EFLAGS register (32 bit) from the stack.

Used to restore state after a call to PUSHFD.

Note: Not available in 64 bit mode.


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

x86.renejeschke.de/html/file_module_x86_id_250.html


Command Parameters

<none>

Examples

popfd

See also

External links