This page describes the following instruction:
- Group: PAIR
- Mnemonic: END
- Opcode: 129d, 81h
- Encoding: 1_000_0001b (PAIR_SRC_DST)
- Pseudo-code: NM scrounge
- N:NUMBER M:MEMORY
- 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. 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.