This page describes the following instruction:
- Group: PAIR
- Mnemonic: lg
- Opcode: 163d, A3h
- Encoding: 1_010_0011b (PAIR_SRC_DST)
- Pseudo-code: g=ram[l][o]; pc++
- L:LOCAL G:GLOBAL
- Source is the memory cell at page L offset O.
- Destination is the G 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 (G, L, C).