2.2.48 (2) ROTR (W)
ROTR (ROTate Right)
Rotate
Operation
Rd (right rotation)
→
Rd
Assembly-Language Format
ROTR.W
Rd
Operand Size
Word
Condition Code
H: Previous value remains unchanged.
N: Set to 1 if the result is negative; otherwise
cleared to 0.
Z:
Set to 1 if the result is zero; otherwise
cleared to 0.
V: Always cleared to 0.
C: Receives the previous value in bit 0.
I
UI
H
U
N
Z
V
C
—
—
—
—
↕
↕
0
↕
Description
This instruction rotates the bits in a 16-bit register Rd (destination register) one bit to the right.
The least significant bit is rotated to the most significant bit (bit 15), and also copied to the carry
flag.
Available Registers
Rd: R0 to R7, E0 to E7
Operand Format and Number of States Required for Execution
Notes
MSB
LSB
b
15
b
0
. . . . . .
C
Instruction Format
1st byte
2nd byte
3rd byte
4th byte
Register direct
ROTR.W
Rd
1
3
9
rd
2
No. of
States
Addressing
Mode
Mnemonic
Operands
151