Instruction Set
3-43
RISC 16-Bit 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
Содержание 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 ...