Instruction Reference Manual 49
Description
Loads the Accumulator with the data whose address in memory is:
• the data in word register BC, or
• the data in word register DE, or
• the 16-bit constant mn.
LD A,(BC)
LD A,(DE)
LD A,(mn)
Opcode Instruction Clocks Operation
0A LD A,(BC) 6 (2,2,2) A = (BC)
1A LD A,(DE) 6 (2,2,2) A = (DE)
3A nm LD A,(mn) 9 (2,2,2,1,2) A=(mn)
Flags ALTD I/O
S Z L/V C F R SP S D
- - - - • •