ld e,l

Register and Data manipulation // LD (LoaD)

0x5D - u93

Description

The contents of l are loaded into e.

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 e,l",
  "opcode": "ld",
  "operand": [
    "e",
    "l"
  ],
  "code": "5D",
  "bytes": 1,
  "time": 4,
  "description": "The contents of l are loaded into e.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}