ld iyl,d

Register and Data manipulation // LD (LoaD)

0xFD6A - u64874

Description

The contents of d are loaded into iyl.

T States Bytes
8 2

Condition Bits Affected

None.

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