You are here : assembly8051POP

POP - 8051

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.


Syntax

POP destination


Example

;POP directAddr.
POP 34h		;2 bytes 2 cycles


Output / Return Value


Limitations


Alternatives / See Also


Reference