jp (hl)

Control Flow // JP (JumP)

0xE9 - u233

Description

Loads the value of hl into pc.

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": "jp (hl)",
  "opcode": "jp",
  "operand": [
    "(hl)"
  ],
  "code": "E9",
  "bytes": 1,
  "time": 4,
  "description": "Loads the value of hl into pc.",
  "category": "Control Flow",
  "subCategory": "JP (JumP)"
}