<b>ADD DPTR, #data16</b>
Function: Add immediate 16 bit word to data pointer

<b>ADD DPTR, AB</b>
Function: Add 16 bit word stored in AB to data pointer

<b>MUL16 AB, DPTR</b>
Function: Multiply the words contained in AB and DPTR

<b>MOVXI AB, @DPTR</b>
Function: Load the 16 bit word pointed to by the data pointer into AB,
post incrementing the data pointer by 2.
<b>MOVXI @DPTR, AB</b>

<b>MOVX @direct, a</b>
Function: Store Accumulator into a 16 bit direct address
<b>MOVX A, @direct</b>