This page describes the following instruction:
- Group: PAIR
- Mnemonic: gi
- Opcode: 181d, B5h
- Encoding: 1_011_0101b (PAIR_SRC_DST)
- Pseudo-code: i=g; pc++
- G:GLOBAL I:INNER
- Source is the G register.
- Destination is the I register.
The 'G' source is the page index used for memory operations via the 'M' source or destination. The I register can act as an automatic while loop counter. See Inner Counter for details.