This page describes the following instruction:
- Group: PAIR
- Mnemonic: pm
- Opcode: 241d, F1h
- Encoding: 1_111_0001b (PAIR_SRC_DST)
- Pseudo-code: ram[d][o]=pir; pc++
- P:PARALLEL M:MEMORY
- Source is the Parallel Input register (PIR).
- Destination is the memory cell at page D offset O.
The 'P' source is a data byte received on the parallel bus. See Device Communication for how this works. 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.