ld ixh,ixl

Register and Data manipulation // LD (LoaD)

0xDD65 - u56677

Description

The contents of ixl are loaded into ixh.

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 ixh,ixl",
  "opcode": "ld",
  "operand": [
    "ixh",
    "ixl"
  ],
  "code": "DD65",
  "bytes": 2,
  "time": 8,
  "description": "The contents of ixl are loaded into ixh.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}