Register Operations
Table 6−2. Register Operations (Continued)
Mnemonic
SP Register Operations (Continued)
PUSH
T:ST0
PUSH
XT
PUSH
XARn
SUBB
SP,#7bit
AX Register Operations (AH, AL)
ADD
AX,loc16
ADD
loc16,AX
ADDB
AX,#8bit
AND
AX,loc16,#16bit
AND
AX,loc16
AND
loc16,AX
ANDB
AX,#8bit
ASR
AX,1..16
ASR
AX,T
CMP
AX,loc16
CMPB
AX,#8bit
FLIP
AX
LSL
AX,1..16
LSL
AX,T
LSR
AX,1..16
LSR
AX,T
MAX
AX,loc16
MIN
AX,loc16
MOV
AX,loc16
MOV
loc16,AX
MOV
loc16,AX,COND
6-6
Description
Push T & ST0 registers on stack
Push XT register on stack
Push auxiliary register on stack
Subtract 7-bit constant from the stack pointer
Add value to AX
Add AX to specified location
Add 8-bit constant to AX
Bitwise AND
Bitwise AND
Bitwise AND
Bitwise AND 8-bit value
Arithmetic shift right
Arithmetic shift right by T(3:0) = 0...15
Compare
Compare 8-bit value
Flip order of bits in AX register
Logical shift left
Logical shift left by T(3:0) = 0...15
Logical shift right
Logical shift right by T(3:0) = 0..15
Find the maximum
Find the minimum
Load AX
Store AX
Store AX register conditionally
Page
6-296
6-298
6-297
6-341
6-27
6-28
6-31
6-45
6-49
6-48
6-51
6-53
6-54
6-74
6-79
6-96
6-135
6-136
6-140
6-136
6-149
6-153
6-161
6-169
6-170
Need help?
Do you have a question about the TMS320C28x and is the answer not in the manual?