This page describes the following instruction:
- Group: PAIR
- Mnemonic: mi
- Opcode: 149d, 95h
- Encoding: 1_001_0101b (PAIR_SRC_DST)
- Pseudo-code: i=ram[d][o]; pc++
- M:MEMORY I:INNER
- Source is the memory cell at page D offset O.
- Destination is the I register.
The 'M' source is the value of a memory cell in the D-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.