MSP430 Instructions
4-109
16-Bit MSP430X CPU
SWPB
Swap bytes
Syntax
SWPB
dst
Operation
dst.15:8
⇔
dst.7:0
Description
The high and the low byte of the operand are exchanged. PC.19:16 bits are
cleared in register mode.
Status Bits
Not affected
Mode Bits
OSCOFF, CPUOFF, and GIE are not affected.
Example
Exchange the bytes of RAM word EDE (lower 64 K).
MOV
#1234h,&EDE
; 1234h -> EDE
SWPB
&EDE
; 3412h -> EDE
Figure 4−42. Swap Bytes in Memory
15
8
7
0
15
8
7
0
Low Byte
Low Byte
High Byte
High Byte
Before SWPB
After SWPB
Figure 4−43. Swap Bytes in a Register
15
8
7
0
15
8
7
0
Low Byte
Low Byte
High Byte
High Byte
Before SWPB
After SWPB
0
x
0
...
19
19
16
16
Содержание 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 ...