This page describes the following instruction:
- Group: PAIR
- Mnemonic: rj
- Opcode: 203d, CBh
- Encoding: 1_100_1011b (PAIR_SRC_DST)
- Pseudo-code: pc=r
- R:RESULT J:JUMP
- Source is the R register.
- Set the Program Counter to source.
The 'J' destination takes the source value as the target offset of an unconditional jump to within the current code page. See In-Page Branching for more on this.