Difference between revisions of "Assembler:Commands:POPF"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
<div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;"> | <div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;"> | ||
Increments the stack pointer and stores the value in the FLAGS register. | Increments the stack pointer and stores the value in the FLAGS register. | ||
+ | |||
+ | [http://c9x.me/x86/html/file_module_x86_id_250.html c9x.me/x86/html/file_module_x86_id_250.html] | ||
</div> | </div> | ||
Latest revision as of 16:00, 3 January 2018
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.
Command Parameters[edit]
<none>
Examples[edit]
popf