LD A,(BC)LD A,(DE)LD A,(mn) Load Rabbit 2000/3000/4000 Instruction 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 n m LD A,(mn) 9 (2,2,2,1,2) A = (mn) Flags ALTD IOI/IOE S Z L/V C F R SP S D - - - - · · Description Loads A with the data whose address is: BC, or DE, or the 16-bit constant mn.
0A
LD A,(BC)
6 (2,2,2)
A = (BC)
1A
LD A,(DE)
A = (DE)
3A n m
LD A,(mn)
9 (2,2,2,1,2)
A = (mn)
Loads A with the data whose address is: