PUSH T:ST0
6-296
PUSH T:ST0 Push T and ST0 Onto Stack
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
PUSH T:ST0 0111 0110 0001 1001 X − 1
Operands T:ST0 The upper 16-bits of the multiplicand register and status register 0
Description Push the 16- bit contents of ST0 followed by the 16-bit contents of T onto the
stack pointed to by SP. Post-increment SP by 2:
[SP] = ST0;
[SP+1] = T;
SP += 2;
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.