POP P
6-275
POP P Pop top of Stack to P
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
POP P 0111 0110 0001 0001 X − 1
Operands P Product register
Description Predecrement SP by 2. Load P with the 32-bit value pointed to by SP:
SP −= 2;
P = [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.