POP XT
6-281
POP XT Pop Top of Stack to XT
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
POP XT 1000 0111 1011 1110 X − 1
Operands XT Multiplicand register
Description Predecrement SP by 2. Load XT with the 32-bit value pointed to by SP:
SP −= 2;
XT = [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.