This page describes the following instruction:
- Group: PAIR
- Mnemonic: rm
- Opcode: 193d, C1h
- Encoding: 1_100_0001b (PAIR_SRC_DST)
- Pseudo-code: ram[d][o]=r; pc++
- R:RESULT M:MEMORY
- Source is the R register.
- Destination is the memory cell at page D offset O.
The 'M' destination stores the source data byte into memory as described. See Memory Addressing for information on implied Page index registers, offset registers and so forth.