This page describes the following instruction:
- Group: PAIR
- Mnemonic: ns
- Opcode: 134d, 86h
- Encoding: 1_000_0110b (PAIR_SRC_DST)
- Pseudo-code: pc++; sor=ram[c][pc]; pc++
- N:NUMBER S:SERIAL
- Source is the literal following the current opcode.
- Destination is the Serial Output register SOR.
The 'N' source is a literal byte embedded in the instruction stream. Reading 'N' acts in the same way as an instruction fetch, only it fetches a literal. 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.