jp (ix)

Control Flow // JP (JumP)

0xDDE9 - u56809

Description

Loads the value of ix into pc.

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