Difference between revisions of "Assembler:Commands:POPF"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
Used to restore state after a call to [[Assembler:Commands:PUSHF|PUSHF]]. | Used to restore state after a call to [[Assembler:Commands:PUSHF|PUSHF]]. | ||
| − | Increments the stack pointer and stores the value in the | + | Increments the stack pointer and stores the value in the FLAGS register. |
=== Command Parameters === | === Command Parameters === | ||
Revision as of 05:18, 14 March 2017
command popf
POPs (clears) 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
<none>
Examples
popf