Assembler:Commands:POPFD
Revision as of 16:01, 3 January 2018 by TheyCallMeTim13 (talk | contribs)
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[edit]
<none>
Examples[edit]
popfd