This page describes the following instruction:
- Group: PAIR
- Mnemonic: le
- Opcode: 168d, A8h
- Encoding: 1_010_1000b (PAIR_SRC_DST)
- Pseudo-code: e=ram[l][o]; pc++
- L:LOCAL E:ENABLE
- Source is the memory cell at page L offset O.
- Destination is the E register
The 'L' source is the value of a memory cell in the L-page. See Page Registers for more information on the three page register (D, L, C). 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.