This page describes the following instruction:
- Group: PAIR
- Mnemonic: gj
- Opcode: 187d, BBh
- Encoding: 1_011_1011b (PAIR_SRC_DST)
- Pseudo-code: pc=g
- G:GLOBAL J:JUMP
- Source is the G register.
- Set the Program Counter to source.
The 'G' source is the page index used for memory operations via the 'M' source or destination. 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.