This page describes the following instruction:
- Group: PAIR
- Mnemonic: gl
- Opcode: 178d, B2h
- Encoding: 1_011_0010b (PAIR_SRC_DST)
- Pseudo-code: ram[l][o]=g; pc++
- G:GLOBAL L:PARALLEL
- Source is the G register.
- Destination is the memory cell at page L offset O.
The 'G' source is the page index used for memory operations via the 'M' source or destination. The 'L' destination stores the source data byte into memory as described. See Memory Addressing for information on implied Page index registers, offset registers and so forth.