This page describes the following instruction:
- Group: PAIR
- Mnemonic: ne
- Opcode: 136d, 88h
- Encoding: 1_000_1000b (PAIR_SRC_DST)
- Pseudo-code: pc++; e=ram[c][pc]; pc++
- N:NUMBER E:ENABLE
- Source is the literal following the current opcode.
- Destination is the E 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 'E' destination takes the source value as a bit pattern that activates or deactivates connected communication devices. See Device Communication for how this works.