PUSH DP
6-288
PUSH DP Push DP Register Onto Stack
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
PUSH DP 0111 0110 0000 1011 X − 1
Operands DP Data-page register
Description Push the 16-bit contents of DP onto the stack pointed to by SP.
Post-increment SP by 1:
[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.