Ld r, (hl) – Zilog Z08470 User Manual
Page 84

Z80 Instruction Set
UM008007-0715
72
Z80 CPU
User Manual
LD r, (HL)
Operation
r ← (HL)
Op Code
LD
Operands
r, (HL)
Description
The 8-bit contents of memory location (HL) are loaded to register r, in which r identifies
registers A, B, C, D, E, H, or L, assembled as follows in the object code:
Condition Bits Affected
None.
Example
If register pair HL contains the number
75A1h
, and memory address
75A1h
contains byte
58h
, the execution of LD C, (HL) results in
58h
in Register C.
Register
r
A
111
B
000
C
001
D
010
E
011
H
100
L
101
M Cycles
T States
4 MHz E.T.
2
7 (4, 3)
1.75
0
1
r
1
0
1