Control Flow // JP (JumP)
0xC2 - u194
If condition cc is true, ** is copied to pc.
| T States | Bytes |
|---|---|
| 10 | 3 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "jp nz,**",
"opcode": "jp",
"operand": [
"nz",
"**"
],
"code": "C2",
"bytes": 3,
"time": 10,
"description": "If condition cc is true, ** is copied to pc.",
"category": "Control Flow",
"subCategory": "JP (JumP)"
}