You are here : assembly8086POPF

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