This page describes the following instruction:
- Group: PAIR
- Mnemonic: lb
- Opcode: 170d, AAh
- Encoding: 1_010_1010b (PAIR_SRC_DST)
- Pseudo-code: pc+=ram[l][o]
- L:LOCAL B:BRANCH
- Source is the memory cell at page L offset O.
- Add source to the local page index register (L).
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).