RLC (HL)

Rotate left with branch carry memory location (HL).
Function:
 
Format:
1100 1011
 
byte 1: CB
 
0000 0110
 
byte 2: 06
 
Description: The contents of the memory location addressed by the contents of the HL register pair are rotated left one bit position and the result is stored back in that location. The contents of bit 7 are moved in the carry bit as well as to bit 0.
 
Data Flow:
 
Timing: 4 M cycles; 15 T states: 7.5 usec @ 2 MHz
 
Addressing Mode: indirect
 
Flags:
 
Example:
RLC  (HL)

OBJECT CODE
Before:
 
After: