This page describes the following instruction:
- Group: PAIR
- Mnemonic: mg
- Opcode: 147d, 93h
- Encoding: 1_001_0011b (PAIR_SRC_DST)
- Pseudo-code: g=ram[g][o]; pc++
- M:MEMORY G:GLOBAL
- Source is the memory cell at page G offset O.
- Destination is the G register.
The 'M' source is the value of a memory cell in the G-page. See Page Registers for more information on the three page register (G, L, C).