This page describes the following instruction:
- Group: PAIR
- Mnemonic: rs
- Opcode: 198d, C6h
- Encoding: 1_100_0110b (PAIR_SRC_DST)
- Pseudo-code: sor=r; pc++
- R:RESULT S:SERIAL
- Source is the R register.
- Destination is the Serial Output register SOR.
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.