jr *

Control Flow // JR (Jump Relative)

0x18 - u24

Description

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 *",
  "opcode": "jr",
  "operand": [
    "*"
  ],
  "code": "18",
  "bytes": 2,
  "time": 12,
  "description": "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)"
}