LD (BC),A
LD (DE),A
LD (HL),n
LD (HL),r
Load
Rabbit 2000/3000/4000 Instruction
|
|
02
|
LD (BC),A
|
|
(BC) = A
|
|
12
|
LD (DE),A
|
|
(DE) = A
|
|
36 n
|
LD (HL),n
|
|
(HL) = n
|
| ---- |
LD (HL),r |
|
(HL) = r |
|
77
|
LD (HL),A
|
|
(HL) = A
|
|
70
|
LD (HL),B
|
|
(HL) = B
|
|
71
|
LD (HL),C
|
|
(HL) = C
|
|
72
|
LD (HL),D
|
|
(HL) = D
|
|
73
|
LD (HL),E
|
|
(HL) = E
|
|
74
|
LD (HL),H
|
|
(HL) = H
|
|
75
|
LD (HL),L
|
|
(HL) = L
|
Description
-
LD (BC),A: Loads the memory location whose address is BC with A.
-
LD (DE),A: Loads the memory location whose address is DE with A.
-
LD (HL),n: Loads the memory location whose address is in HL with the 8-bit constant n.
-
LD (HL),r: Loads the memory location whose address is in HL, with r (any of the registers A, B, C, D, E, H, or L).