MOVL loc32,ACC,COND
SYNTAX OPTIONS
MOVL loc32,ACC,COND
Operands
loc32
ACC
COND
Description
0101 0110 0100 1000
0000 COND LLLL LLLL
Addressing mode (see Chapter 5)
Accumulator register
Conditional codes:
COND
Syntax
NEQ
Not Equal To
0000
EQ
Equal To
0001
GT
Greater Then
0010
GEQ
Greater Then Or Equal To
0011
LT
Less Then
0100
LEQ
Less Then Or Equal To
0101
HI
Higher
0110
HIS, C
Higher Or Same, Carry Set
0111
LO, NC
Lower, Carry Clear
1000
LOS
Lower Or Same
1001
NOV
No Overflow
1010
OV
Overflow
1011
NTC
Test Bit Not Set
1100
TC
Test Bit Set
1101
NBIO
BIO Input Equal To Zero
1110
UNC
Unconditional
1111
If the specified condition being tested is true, then the location pointed to by
the "loc32" addressing mode will be loaded with the contents of the ACC
register:
if(COND = true) [loc32] = ACC;
Note:
Addressing modes are not conditionally executed. Hence, if an addressing mode
performs a pre or post modification, the modification will occur regardless of whether
the condition is true or not.
Conditionally Store the Accumulator
OPCODE
OBJMODE
Description
MOVL loc32,ACC,COND
RPT
CYC
X
−
1
Flags Tested
Z = 0
Z = 1
Z = 0 AND N = 0
N = 0
N = 1
Z = 1 OR N = 1
C = 1 AND Z = 0
C = 1
C = 0
C = 0 OR Z = 1
V = 0
V = 1
TC = 0
TC = 1
BIO = 0
−
6-207
Need help?
Do you have a question about the TMS320C28x and is the answer not in the manual?