PUSH XT
PUSH XT
SYNTAX OPTIONS
PUSH XT
Operands
XT
Description
Flags and
Modes
Repeat
Example
MOVL XAR1, #VarA
MOVL XT, *+XAR5[0]
PUSH XT
6-298
1010 1011 1011 1101
Multiplicand register
Push the 32-bit contents of XT onto the stack pointed to by SP.
Post-increment SP by 2:
[SP] = XT;
SP += 2;
None
This instruction is not repeatable. If this instruction follows the RPT
instruction, it resets the repeat counter (RPTC) and executes only once.
OPCODE
; Initialize XAR1 pointer with the
; 22-bit address of VarA
; Load the 32-bit contents of VarA
; into XT
; Push the 32-bit XT into the
; location pointed to by SP.
; Post-increment SP by 2
Push XT Onto Stack
OBJMODE
RPT
CYC
X
−
1
Need help?
Do you have a question about the TMS320C28x and is the answer not in the manual?