Instruction Set
3-22
RISC 16-Bit CPU
ADD[.W]
Add source to destination
ADD.B
Add source to destination
Syntax
ADD
src,dst or
ADD.W
src,dst
ADD.B
src,dst
Operation
src + dst −> dst
Description
The source operand is added to the destination operand. The source operand
is not affected. The previous contents of the destination are lost.
Status Bits
N: Set if result is negative, reset if positive
Z: Set if result is zero, reset otherwise
C: Set if there is a carry from the result, cleared if not
V: Set if an arithmetic overflow occurs, otherwise reset
Mode Bits
OSCOFF, CPUOFF, and GIE are not affected.
Example
R5 is increased by 10. The jump to TONI is performed on a carry.
ADD
#10,R5
JC
TONI
; Carry occurred
......
; No carry
Example
R5 is increased by 10. The jump to TONI is performed on a carry.
ADD.B
#10,R5
; Add 10 to Lowbyte of R5
JC
TONI
; Carry occurred, if (R5)
≥
246 [0Ah+0F6h]
......
; No carry
Содержание MSP430x4xx Family
Страница 1: ...MSP430x4xx Family 2007 Mixed Signal Products User s Guide SLAU056G ...
Страница 2: ......
Страница 6: ...vi ...
Страница 114: ...3 76 RISC 16 Bit CPU ...
Страница 304: ...5 20 FLL Clock Module ...
Страница 340: ...7 8 Supply Voltage Supervisor ...
Страница 348: ...8 8 16 Bit Hardware Multiplier ...
Страница 372: ...9 24 32 Bit Hardware Multiplier ...
Страница 400: ...10 28 DMA Controller ...
Страница 428: ...13 10 Basic Timer1 ...
Страница 466: ...15 24 Timer_A ...
Страница 522: ...17 30 USART Peripheral Interface UART Mode ...
Страница 544: ...18 22 USART Peripheral Interface SPI Mode ...
Страница 672: ...23 12 Comparator_A ...
Страница 692: ...24 20 LCD Controller ...
Страница 746: ...26 28 ADC12 ...