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.
POP destination
;POP directAddr. POP 34h ;2 bytes 2 cycles