Instruction Reference Manual 67
Description
Loads A with the data whose address in memory is:
• the data in BC, or
• the data in 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
- - - - • •