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