jp **

Control Flow // JP (JumP)

0xC3 - u195

Description

** is copied to pc.

T States Bytes
10 3

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "jp **",
  "opcode": "jp",
  "operand": [
    "**"
  ],
  "code": "C3",
  "bytes": 3,
  "time": 10,
  "description": "** is copied to pc.",
  "category": "Control Flow",
  "subCategory": "JP (JumP)"
}