This page describes the following instruction:
- Group: PAIR
- Mnemonic: il
- Opcode: 210d, D2h
- Encoding: 1_101_0010b (PAIR_SRC_DST)
- Pseudo-code: ram[l][o]=i; pc++
- I:INNER L:PARALLEL
- Source is the I register.
- Destination is the memory cell at page L offset O.
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.