This page describes the following instruction:
- Group: PAIR
- Mnemonic: lp
- Opcode: 167d, A7h
- Encoding: 1_010_0111b (PAIR_SRC_DST)
- Pseudo-code: por=ram[l][o]; pc++
- L:LOCAL P:PARALLEL
- Source is the memory cell at page L offset O.
- Destination is the Parallel Output register POR.
The 'L' source is the value of a memory cell in the L-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.