This page describes the following instruction:
- Group: PAIR
- Mnemonic: lr
- Opcode: 164d, A4h
- Encoding: 1_010_0100b (PAIR_SRC_DST)
- Pseudo-code: r=ram[l][o]; pc++
- L:LOCAL R:RESULT
- Source is the memory cell at page L offset O.
- Destination is the R register.
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).