MethodLDr_HL_LD r, (hl)
01rrr110
The contents of the memory location (HL) are loaded into register r, where
r identifies a register A, B, C, D, E, H,
gb-emu-lib/CPU.cpp:1235
MethodLDrnLD r, n
00rrr110 nnnnnnnn
The 8-bit integer n is loaded to any register r, where r identifies register
A, B, C, D, E, H, or L.
8 Cyc
gb-emu-lib/CPU.cpp:1195