POP DP:ST1
6-272
POP DP:ST1 Pop Top of Stack to DP and ST1
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
POP DP:ST1 0111 0110 0000 0001 X − 5
Operands DP:S
T1
data page register and status register 1
Description Predecrement SP by 2. Load ST1 with the value pointed to by SP and load DP
with the value pointed to by SP+1:
SP −= 2;
ST1 = [SP];
DP = [SP+1];
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.