This page describes the following instruction:
- Group: PAIR
- Mnemonic: lo
- Opcode: 160d, A0h
- Encoding: 1_010_0000b (PAIR_SRC_DST)
- Pseudo-code: o=ram[l][o]; pc++
- L:LOCAL O:Offset
- Source is the memory cell at page L offset O.
- Destination is the memory cell at page D offset O.
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).