Extended Instructions
4-138
16-Bit MSP430X CPU
* RLCX.A
Rotate left through carry address-word
* RLCX[.W]
Rotate left through carry word
* RLCX.B
Rotate left through carry byte
Syntax
RLCX.A
dst
RLCX
dst or
RLCX.W
dst
RLCX.B
dst
Operation
C <− MSB <− MSB−1 .... LSB+1 <− LSB <− C
Emulation
ADDCX.A dst,dst
ADDCX
dst,dst
ADDCX.B dst,dst
Description
The destination operand is shifted left one position as shown in Figure 4−46.
The carry bit (C) is shifted into the LSB and the MSB is shifted into the carry
bit (C).
Figure 4−46. Destination Operand—Carry Left Shift
MSB
0
C
Status Bits
N: Set if result is negative, reset if positive
Z: Set if result is zero, reset otherwise
C: Loaded from the MSB
V: Set if an arithmetic overflow occurs
the initial value is 040000h
≤
dst < 0C0000h; reset otherwise
Set if an arithmetic overflow occurs:
the initial value is 04000h
≤
dst < 0C000h; reset otherwise
Set if an arithmetic overflow occurs:
the initial value is 040h
≤
dst < 0C0h; reset otherwise
Mode Bits
OSCOFF, CPUOFF, and GIE are not affected.
Example
The 20-bit value in R5 is shifted left one position.
RLCX.A
R5
; (R5 x 2) + C −> R5
Example
The RAM byte LEO is shifted left one position. PC is pointing to upper memory
RLCX.B
LEO
; RAM(LEO) x 2 + C −> RAM(LEO)
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 ...