Difference between revisions of "Assembler:Commands:POPFD"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | [[Category:Assembler]] | ||
'''command''' popfd | '''command''' popfd | ||
Revision as of 11:31, 19 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.
Command Parameters
<none>
Examples
popfd