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.

Table 21-3. The Serial Store to Data Space (SST) Instruction
OperationOpcodeRemarksRegister
DS[PR] ← data0110 0000PR ← PRUnchanged
DS[PR] ← data0110 0000PR ← PR + 1Post increment