This page describes the following instruction:
- Group: PAIR
- Mnemonic: im
- Opcode: 209d, D1h
- Encoding: 1_101_0001b (PAIR_SRC_DST)
- Pseudo-code: ram[d][o]=i; pc++
- I:INNER M:MEMORY
- Source is the I register.
- Destination is the memory cell at page D offset O.
The 'M' 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.