Control Flow // JP (JumP)
0xE9 - u233
Loads the value of hl into pc.
| T States | Bytes |
|---|---|
| 4 | 1 |
None.
{
"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)"
}