ld (hl),c

Register and Data manipulation // LD (LoaD)

0x71 - u113

Description

The contents of c are loaded into (hl).

T States Bytes
7 1

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "ld (hl),c",
  "opcode": "ld",
  "operand": [
    "(hl)",
    "c"
  ],
  "code": "71",
  "bytes": 1,
  "time": 7,
  "description": "The contents of c are loaded into (hl).",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}