This page describes the following instruction:
- Group: PAIR
- Mnemonic: ij
- Opcode: 219d, DBh
- Encoding: 1_101_1011b (PAIR_SRC_DST)
- Pseudo-code: pc=i
- I:INNER J:JUMP
- Source is the I 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.