This page describes the following instruction:
- Group: PAIR
- Mnemonic: ls
- Opcode: 166d, A6h
- Encoding: 1_010_0110b (PAIR_SRC_DST)
- Pseudo-code: sor=ram[l][o]; pc++
- L:LOCAL S:SERIAL
- Source is the memory cell at page L offset O.
- Destination is the Serial Output register SOR.
The 'L' source is the value of a memory cell in the L-page. See Page Registers for more information on the three page register (D, L, C). 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.