This page describes the following instruction:
- Group: PAIR
- Mnemonic: mb
- Opcode: 154d, 9Ah
- Encoding: 1_001_1010b (PAIR_SRC_DST)
- Pseudo-code: pc+=ram[d][o]
- M:MEMORY B:BRANCH
- Source is the memory cell at page D offset O.
- Add source to the local page index register (L).
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).