This page describes the following instruction:
- Group: PAIR
- Mnemonic: gp
- Opcode: 183d, B7h
- Encoding: 1_011_0111b (PAIR_SRC_DST)
- Pseudo-code: por=g; pc++
- G:GLOBAL P:PARALLEL
- Source is the G register.
- Destination is the Parallel Output register POR.
The 'G' source is the page index used for memory operations via the 'M' source or destination. The 'P' destination takes the source value as a data byte to be output on the parallel bus. See Device Communication for how this works.