qa.hlp (Table of Contents; Topic list)
POP
   Summary  Detail  Example  Key to Flags
──────────────────────────────────────────────────────────────────────────────
 
Pop                                              Flags:  O D I T S Z A P C
                                                         ═════════════════
Syntax:  POP dest
 
  Pops the top of the stack into the destination operand. This means that
  the value at SS:SP is copied to the destination operand and SP
  is increased by 2. The destination operand can be a memory location, a
  general purpose 16-bit register, or any segment register except CS.
  Use RET to pop CS.
                                    -♦-