This page describes the following instruction:
- Group: PAIR
- Mnemonic: ni
- Opcode: 133d, 85h
- Encoding: 1_000_0101b (PAIR_SRC_DST)
- Pseudo-code: pc++; i=ram[c][pc]; pc++
- N:NUMBER I:INNER
- Source is the literal following the current opcode.
- Destination is the I register.
The 'N' source is a literal byte embedded in the instruction stream. Reading 'N' acts in the same way as an instruction fetch, only it fetches a literal. The I register can act as an automatic while loop counter. See Inner Counter for details.