<< Previous | Next >>

LD r,(HL)     Load     Rabbit 2000/3000/4000/5000 Instruction

Opcode
Instruction
Operation
---- LD r,(HL) r = (HL)
7E LD A,(HL) A = (HL)
46 LD B,(HL) B = (HL)
4E LD C,(HL) C = (HL)
56 LD D,(HL) D = (HL)
5E LD E,(HL) E = (HL)
66 LD H,(HL) H = (HL)
6E LD L,(HL) L = (HL)

8-Bit Access
16-Bit Unaligned
16-Bit Aligned
Rabbit 2000/3000/4000
5
n/a
n/a
Rabbit 5000
5
5
5

Flags ALTD IOI/IOE
S
Z
L/V
C
F
R
SP
S
D
-
-
-
-
·
·

Description

Loads r (any of the registers A, B, C, D, E, H, or L) with the data whose address is the data in HL.


Rabbit Instructions << Previous | Next >> rabbit.com