jr c,*

Control Flow // JR (Jump Relative)

0x38 - u56

Description

If condition cc is true, the signed value * is added to pc. The jump is measured from the start of the instruction opcode.

T States Bytes
12 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "jr c,*",
  "opcode": "jr",
  "operand": [
    "c",
    "*"
  ],
  "code": "38",
  "bytes": 2,
  "time": 12,
  "description": "If condition cc is true, the signed value * is added to pc. The jump is measured from the start of the instruction opcode.",
  "category": "Control Flow",
  "subCategory": "JR (Jump Relative)"
}