Operation: | POP |
Function: | Pop Value From Stack |
Syntax: | POP |
Instructions | OpCode | Bytes | Cycles | Flags |
POP iram addr | 0xD0 | 2 | 2 | None |
Description: POP "pops" the last value placed on the stack into the iram addr specified. In other words, POP will load iram addr with the value of the Internal RAM address pointed to by the current Stack Pointer. The stack pointer is then decremented by 1.
See Also: PUSH, Instruction Set