Register and Data manipulation // LD (LoaD)
0x75 - u117
The contents of l are loaded into (hl).
| T States | Bytes |
|---|---|
| 7 | 1 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "ld (hl),l",
"opcode": "ld",
"operand": [
"(hl)",
"l"
],
"code": "75",
"bytes": 1,
"time": 7,
"description": "The contents of l are loaded into (hl).",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}