OR ACC, loc16
6-257
OR ACC, loc16
Bitwise OR
SYNTAX OPTIONS
OPCODE
OBJMODE
RPT
CYC
OR ACC, loc16
1010 1111 LLLL LLLL
1
Y
N+1
Operands
ACC
Accumulator register
loc16
Addressing mode (see Chapter 5)
Description
Perform a bitwise OR operation on the ACC register with the zero-extended
content of the location pointed to by the “loc16” address mode. The result is
stored in the ACC register:
ACC = ACC OR 0:[loc16];
Flags and
Modes
N
The load to ACC is tested for a negative condition. If bit 31 of ACC is 1, then
the negative flag bit is set; otherwise it is cleared.
Z
The load to ACC is tested for a zero condition. The zero flag bit is set if the
operation generates ACC = 0; otherwise it is cleared
Repeat
This operation is repeatable. If the operation follows a RPT instruction, then
the OR instruction will be executed N+1 times. The state of the Z and N flags
will reflect the final result.
Example
; Calculate the 32-bit value: VarA = VarA OR 0:VarB
MOVL ACC,@VarA
; Load ACC with contents of VarA
OR ACC,@VarB
; OR ACC with contents of 0:VarB
MOVL @VarA,ACC
; Store result in VarA
Содержание TMS320C28x
Страница 30: ...1 12...
Страница 80: ...This page intentionally left blank 2 50 This page intentionally left blank...
Страница 269: ...IN loc16 PA 6 112 MOV AL 0 AL 0 UOUT IORegC AL IOspace IORegC AL 10...
Страница 308: ...MAXCUL P loc32 6 151 Saturate MOVL Var64 2 ACC Store result into Var64 MOVL Var64 P...
Страница 509: ...SUBL ACC P PM 6 352 SUBL ACC P PM ACC S B 11 M X 4 MOVH Y ACC 5 Store Q15 result into Y...
Страница 585: ...This page intentionally left blank 7 32 This page intentionally left blank...