Rr - Rotate Right - Samsung KS86C6004 Manual

Table of Contents

Advertisement

KS86C6004/C6008/P6008 MICROCONTROLLER (Preliminary Spec)
RR
— Rotate Right
RR
dst
C ← dst (0)
Operation:
dst (7) ← dst (0)
dst (n) ← dst (n + 1), n = 0–6
The contents of the destination operand are rotated right one bit position. The initial value of bit
zero (LSB) is moved to bit 7 (MSB) and also replaces the carry flag (C).
Flags:
C: Set if the bit rotated from the least significant bit position (bit zero) was "1".
Z: Set if the result is "0"; cleared otherwise.
S: Set if the result bit 7 is set; cleared otherwise.
V: Set if arithmetic overflow occurred, that is, if the sign of the destination changed during
rotation; cleared otherwise.
D: Unaffected.
H: Unaffected.
Format:
opc
Given: Register 00H = 31H, register 01H = 02H, and register 02H = 17H:
Examples:
RR
RR
In the first example, if general register 00H contains the value 31H (00110001B), the statement
"RR 00H" rotates this value one bit position to the right. The initial value of bit zero is moved to
bit 7, leaving the new value 98H (10011000B) in the destination register. The initial bit zero also
resets the C flag to "1" and the sign flag and overflow flag are also set to "1".
7
C
dst
00H
Register 00H = 98H, C = "1"
@01H
Register 01H = 02H, register 02H = 8BH, C = "1"
SAM87RI INSTRUCTION SET
0
Bytes
Cycles
Opcode
2
6
6
Addr Mode
(Hex)
dst
E0
R
E1
IR
6–41

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ks86c6008Ks86p6008

Table of Contents