LD BCDE,(HL) Load Rabbit 4000 Instruction Opcode Instruction Clocks Operation DD 1A LD BCDE,(HL) 14 (2,2,2,2,2,2,2) E = (HL) D = (HL + 1) C = (HL + 2) B = (HL + 3) Flags ALTD IOI/IOE S Z L/V C F R SP S D - - - - · Description The 32-bit register BCDE is loaded with the 4 bytes of data whose address starts at HL.
DD 1A
LD BCDE,(HL)
14 (2,2,2,2,2,2,2)
E = (HL) D = (HL + 1) C = (HL + 2) B = (HL + 3)
The 32-bit register BCDE is loaded with the 4 bytes of data whose address starts at HL.