This page describes the following instruction:
- Group: PAIR
- Mnemonic: gs
- Opcode: 182d, B6h
- Encoding: 1_011_0110b (PAIR_SRC_DST)
- Pseudo-code: sor=g; pc++
- G:GLOBAL S:SERIAL
- Source is the G register.
- Destination is the Serial Output register SOR.
The 'G' source is the page index used for memory operations via the 'M' source or destination. The 'S' destination takes the source value as a data byte to be serialised as output onto the serial bus. See Device Communication for how this works.