This page describes the following instruction:
- Group: PAIR
- Mnemonic: ms
- Opcode: 150d, 96h
- Encoding: 1_001_0110b (PAIR_SRC_DST)
- Pseudo-code: sor=ram[d][o]; pc++
- M:MEMORY S:SERIAL
- Source is the memory cell at page D offset O.
- Destination is the Serial Output register SOR.
The 'M' source is the value of a memory cell in the D-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.