This page describes the following instruction:
- Group: PAIR
- Mnemonic: ss
- Opcode: 230d, E6h
- Encoding: 1_110_0110b (PAIR_SRC_DST)
- Pseudo-code: sor=sir; pc++
- S:SERIAL S:SERIAL
- Source is the Serial Input register (SIR).
- Destination is the Serial Output register SOR.
The 'S' source is a deserialised byte received over the serial bus. See Device Communication for how this works. 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.