Technical Support
On-Line Manuals
8051 Instruction Set Manual
The POP instruction reads a byte from the address indirectly referenced by the SP register. The value read is stored at the specified address and the stack pointer is decremented. No flags are affected by this instruction.
See Also: PUSH
POP (direct) = (SP) SP = SP - 1
POP 34h