This page describes the following instruction:
- Group: PAIR
- Mnemonic: mr
- Opcode: 148d, 94h
- Encoding: 1_001_0100b (PAIR_SRC_DST)
- Pseudo-code: r=ram[d][o]; pc++
- M:MEMORY R:RESULT
- Source is the memory cell at page D offset O.
- Destination is the R 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).