ld l,d

Register and Data manipulation // LD (LoaD)

0x6A - u106

Description

The contents of d are loaded into l.

T States Bytes
4 1

Condition Bits Affected

None.

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