Control Flow // JP (JumP)
0xFDE9 - u65001
Loads the value of iy into pc.
| T States | Bytes |
|---|---|
| 8 | 2 |
None.
{
"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)"
}