This page describes the following instruction:
- Group: PAIR
- Mnemonic: pp
- Opcode: 247d, F7h
- Encoding: 1_111_0111b (PAIR_SRC_DST)
- Pseudo-code: por=pir; pc++
- P:PARALLEL P:PARALLEL
- Source is the Parallel Input register (PIR).
- Destination is the Parallel Output register POR.
The 'P' source is a data byte received on the parallel bus. See Device Communication for how this works. 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.