MSP430 Instructions
4-84
16-Bit MSP430X CPU
* INV[.W]
Invert destination
* INV.B
Invert destination
Syntax
INV
dst
INV.B
dst
Operation
.NOT.dst −> dst
Emulation
XOR
#0FFFFh,dst
Emulation
XOR.B
#0FFh,dst
Description
The destination operand is inverted. The original contents are lost.
Status Bits
N: Set if result is negative, reset if positive
Z: Set if dst contained 0FFFFh, reset otherwise
Set if dst contained 0FFh, reset otherwise
C: Set if result is not zero, reset otherwise ( = .NOT. Zero)
Set if result is not zero, reset otherwise ( = .NOT. Zero)
V: Set if initial destination operand was negative, otherwise reset
Mode Bits
OSCOFF, CPUOFF, and GIE are not affected.
Example
Content of R5 is negated (twos complement).
MOV
#00AEh,R5 ;
R5 = 000AEh
INV
R5
; Invert R5,
R5 = 0FF51h
INC
R5
; R5 is now negated,
R5 = 0FF52h
Example
Content of memory byte LEO is negated.
MOV.B
#0AEh,LEO ;
MEM(LEO) = 0AEh
INV.B
LEO
; Invert LEO,
MEM(LEO) = 051h
INC.B
LEO
; MEM(LEO) is negated,MEM(LEO) = 052h
Summary of Contents for MSP430x4xx Family
Page 1: ...MSP430x4xx Family 2007 Mixed Signal Products User s Guide SLAU056G ...
Page 2: ......
Page 6: ...vi ...
Page 114: ...3 76 RISC 16 Bit CPU ...
Page 304: ...5 20 FLL Clock Module ...
Page 340: ...7 8 Supply Voltage Supervisor ...
Page 348: ...8 8 16 Bit Hardware Multiplier ...
Page 372: ...9 24 32 Bit Hardware Multiplier ...
Page 400: ...10 28 DMA Controller ...
Page 428: ...13 10 Basic Timer1 ...
Page 466: ...15 24 Timer_A ...
Page 522: ...17 30 USART Peripheral Interface UART Mode ...
Page 544: ...18 22 USART Peripheral Interface SPI Mode ...
Page 672: ...23 12 Comparator_A ...
Page 692: ...24 20 LCD Controller ...
Page 746: ...26 28 ADC12 ...