21.5.2 SST - Serial STore to data space using indirect addressing
The SST instruction uses indirect addressing to store into data space the byte that is shifted into the physical layer shift register. The data space location is pointed by the Pointer Register (PR), where the address must have been stored before the operation. The Pointer Register can be either left unchanged by the operation, or it can be post-incremented.
Operation | Opcode | Remarks | Register |
---|---|---|---|
DS[PR] ← data | 0110 0000 | PR ← PR | Unchanged |
DS[PR] ← data | 0110 0000 | PR ← PR + 1 | Post increment |