POP DP
6-271
POP DP Pop Top of Stack to the Data Page
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
POP DP 0111 0110 0000 0011 X
− 1
Operands DP Data-page register
Description Predecrement SP by 1. Load the contents of DP with the value pointed to by
SP:
SP −= 1;
DP = [SP];
Flags and
Modes
None
Repeat This instruction is not repeatable. If this instruction follows the RPT
instruction, it resets the repeat counter (RPTC) and executes only once.