This page describes the following instruction:
- Group: PAIR
- Mnemonic: me
- Opcode: 152d, 98h
- Encoding: 1_001_1000b (PAIR_SRC_DST)
- Pseudo-code: e=ram[d][o]; pc++
- M:MEMORY E:ENABLE
- Source is the memory cell at page D offset O.
- Destination is the E register
The 'M' source is the value of a memory cell in the D-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.