EasyManuals Logo

Texas Instruments TMS320C28x User Manual

Texas Instruments TMS320C28x
695 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #415 background imageLoading...
Page #415 background image
OR ACC,#16bit << #0..16
6-258
OR ACC,#16bit << #0..16 Bitwise OR
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
OR ACC,#16bit << #0..15 0011 1110 0001 SHFT
CCCC CCCC CCCC CCCC
1 1
OR ACC,#16bit << #16 0101 0110 0100 1010
CCCC CCCC CCCC CCCC
1 1
Operands ACC Accumulator register
#16bit 16-bit immediate constant value
#0..16 Shift value (default is ”<< #0” if no value specified)
Description Perform a bitwise OR operation on the ACC register with the given 16-bit
unsigned constant value left shifted as specified. The value is zero extended
and lower order bits are zero filled before the OR operation. The result is
stored in the ACC register:
ACC = ACC OR (0:16bit << shift value);
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 instruction is not repeatable. If this instruction follows the RPT
instruction, it resets the repeat counter (RPTC) and executes only once.
Example
; Calculate the 32-bit value: VarA = VarA OR 0x08000000
MOVL ACC,@VarA ; Load ACC with contents of VarA
OR ACC,#0x8000 << 12 ; OR ACC with 0x08000000
MOVL @VarA,ACC ; Store result in VarA

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TMS320C28x and is the answer not in the manual?

Texas Instruments TMS320C28x Specifications

General IconGeneral
BrandTexas Instruments
ModelTMS320C28x
CategoryProcessor
LanguageEnglish

Related product manuals