This page describes the following instruction:
- Group: PAIR
- Mnemonic: mp
- Opcode: 151d, 97h
- Encoding: 1_001_0111b (PAIR_SRC_DST)
- Pseudo-code: por=ram[d][o]; pc++
- M:MEMORY P:PARALLEL
- Source is the memory cell at page D offset O.
- Destination is the Parallel Output register POR.
The 'M' source is the value of a memory cell in the D-page. See Page Registers for more information on the three page register (D, L, C). The 'P' destination takes the source value as a data byte to be output on the parallel bus. See Device Communication for how this works.