(D8080) Shift and Rotate Instructions

Mnemonic

Symbolic
Operation

Flags
S    Z    H     P    C

Opcode
76 543 210

Hex

Bytes

M
Cycles

Clock
Cycles

Comments

RLC

•     •     •     •    

00 000 111

07

1

1

4

 

RAL

•     •     •     •    

00 010 111

17

1

1

4

RRC

•     •     •     •    

00 001 111

0F

1

1

4

RAR

•     •     •     •    

00 011 111

1F

1

1

4

Notes:

CY means the carry flip-flop.

Flag Notation:

• = flag is not affected, 0 = flag is reset, 1 = flag is set,
= flag is set according to the result of the operation.