LDIR | 
Repeating block load with increment. | |||||||||
| Function: | (DE)
 Repeat until BC = 0  | 
|||||||||
| Format: | 
  | 
byte 1: ED | 
||||||||
  | 
byte 2: B0 | 
|||||||||
| Description: | The contents of the memory location addressed by HL are loaded into the memory location addressed by DE. Then both DE, and HL are incremented. BC is decremented. If B  | 
|||||||||
| Data Flow: | ||||||||||
| Timing: | B  B = 0: 4 M cycles; 16 T states: 8 usec @ 2 MHz  | 
|||||||||
| Addressing Mode: | indirect | 
|||||||||
| Flags: | ||||||||||
| Example: | LDIR  | 
|||||||||
OBJECT CODE  | 
Before: | 
After: | 
||||||||