LD HL,(nn)

Load HL register from memory location addressed by nn.
Function: L <- (nn); H <- (nn + 1)
 
Format:
 
Description:
 
Data Flow:
 
Timing:
 
Addressing Mode:
 
Byte Codes:
 
Flags:
 
(no effect)
 
Example:

OBJECT CODE
Before:
 
After: