Texas Instruments TMS320C2XX User Manual

Page 179

Advertising
background image

ADD

Add to Accumulator

7-26

Example 3

ADD

#1h

;Add short immediate

Before Instruction

After Instruction

ACC

X

2h

ACC

0

03h

C

C

Example 4

ADD

#1111h,1

;Add long immediate with shift of 1

Before Instruction

After Instruction

ACC

X

2h

ACC

0

2224h

C

C

Advertising