This page describes the following instruction:
- Group: PAIR
- Mnemonic: nr
- Opcode: 132d, 84h
- Encoding: 1_000_0100b (PAIR_SRC_DST)
- Pseudo-code: pc++; r=ram[c][pc]; pc++
- N:NUMBER R:RESULT
- Source is the literal following the current opcode.
- Destination is the R register.
The 'N' source is a literal byte embedded in the instruction stream. Reading 'N' acts in the same way as an instruction fetch, only it fetches a literal.