This page describes the following instruction:
- Group: PAIR
- Mnemonic: no
- Opcode: 128d, 80h
- Encoding: 1_000_0000b (PAIR_SRC_DST)
- Pseudo-code: pc++; o=ram[c][pc]; pc++
- N:NUMBER O:Offset
- Source is the literal following the current opcode.
- Destination is the memory cell at page D offset O.
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.