jp (iy)

Control Flow // JP (JumP)

0xFDE9 - u65001

Description

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