Wikidev
CATEGORY
CONTACT
APP
Sign Up
Login
Submit
You are here :
assembly
→
8086
→
POPF
POPF - 8086
Get flags register from the stack.
Algorithm:
flags = SS:[SP] (top of the stack)
SP = SP + 2
Syntax
POPF
Example
POPF
Output / Return Value
Limitations
Alternatives / See Also
Reference