This page describes the following instruction:
- Group: PAIR
- Mnemonic: gt
- Opcode: 189d, BDh
- Encoding: 1_011_1101b (PAIR_SRC_DST)
- Pseudo-code: if r!=0 then pc=g else pc++
- G:GLOBAL T:TRUE
- Source is the G register.
- If R is NOT zero, set the Program Counter to source.
The 'G' source is the page index used for memory operations via the 'M' source or destination. The 'T' destination takes the source value as the target offset of a conditional jump (R!=0) to within the current code page. See In-Page Branching for more on this.