Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
POPA
◄Summary► ◄Detail► ◄Example► ◄Key to Flags►
──────────────────────────────────────────────────────────────────────────────
Pop All Flags: O D I T S Z A P C
80186/286/386 Only ═════════════════
Syntax: POPA
Pops the top 16 bytes on the stack into the eight general-purpose
registers. The registers are popped in the following order: DI, SI,
BP, SP, BX, DX, CX, AX. The value for the SP register is actually
discarded rather than copied to SP. POPA always pops into 16-bit
registers.
-♦-