This page describes the following instruction:
- Group: PAIR
- Mnemonic: li
- Opcode: 165d, A5h
- Encoding: 1_010_0101b (PAIR_SRC_DST)
- Pseudo-code: i=ram[l][o]; pc++
- L:LOCAL I:INNER
- Source is the memory cell at page L offset O.
- Destination is the I 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). The I register can act as an automatic while loop counter. See Inner Counter for details.