English
Language : 

Z86E3016PSG Datasheet, PDF (318/348 Pages) Zilog, Inc. – Z86E3016PSG
Z8 Family of Microcontrollers
User Manual
300
Rotate Right Through Carry
RRC dst
Instruction Format
OPC
dst
Cycles
6
6
OPC
(Hex)
C0
C1
Address Mode
dst
R
IR
Operation
C ← dst(0)
dst(0) ← dst(1)
dst(1) ← dst(2)
dst(2) ← dst(3)
dst(3) ← dst(4)
dst(4) ← dst(5)
dst(5) ← dst(6)
dst(6) ← dst(7)
dst(7) ← C
The contents of the destination operand with the C Flag are rotated right
by one bit position. The initial value of bit 0 replaces the C Flag and the
initial value of the C Flag replaces bit 7, as shown below.
D7 D6 D5 D4 D3 D2 D1 D0
C
Instruction Description
UM001602-0904