Control Flow // JP (JumP)
0xCA - u202
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 z,**",
  "opcode": "jp",
  "operand": [
    "z",
    "**"
  ],
  "code": "CA",
  "bytes": 3,
  "time": 10,
  "description": "If condition cc is true, ** is copied to pc.",
  "category": "Control Flow",
  "subCategory": "JP (JumP)"
}