Difference between revisions of "Assembler:Commands:POPFD"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
Increments the stack pointer and stores the value in the EFLAGS register. | Increments the stack pointer and stores the value in the EFLAGS register. | ||
− | [http://x86 | + | [http://c9x.me/x86/html/file_module_x86_id_250.html c9x.me/x86/html/file_module_x86_id_250.html] |
</div> | </div> | ||
Line 23: | Line 23: | ||
{{AssemblerCommandSeeAlso}} | {{AssemblerCommandSeeAlso}} | ||
− | + | {{Template:AssemblerCommandExternalLinks}} | |
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 16:01, 3 January 2018
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