I have some assembly code written for the 9S12X that I am trying to figure out what it does. One instruction is:
ADDD 8,SP I believe that is and instruction to add the contents of Accu D with the contents at stack +8.
Another instruction is :
ADDD (8+2),SP Is that the same as ADDD 10,SP which would be an instruction to add the contents of Accu D with the contents at stack +10?
Regards,
Robert