RLD

Rotate left decimal.
Function:
 
Format:
1110 1101
 
byte 1: ED
 
0110 1111
 
byte 2: 6F
 
Description: The 4 low order bits of the memory location addressed by the contents of HL are moved to the high order bit positions of that same location. The 4 high order bits are moved to the 4 lower order bit of the accumulator. The low order of the accumulator is moved to the 4 low order bits of the memory location originally specified. All of these operations occur simultaneously.
 
Data Flow:
 
Timing: 5 M cycles; 18 T states: 9 usec @ 2 MHz
 
Addressing Mode: indirect
 
Flags:
 
Example:
RLD

OBJECT CODE
Before:
 
After: