This page describes the following instruction:
- Group: PAIR
- Mnemonic: rl
- Opcode: 194d, C2h
- Encoding: 1_100_0010b (PAIR_SRC_DST)
- Pseudo-code: ram[l][o]=r; pc++
- R:RESULT L:PARALLEL
- Source is the R register.
- Destination is the memory cell at page L offset O.
The 'L' 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.