This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

are these 2 operation on register pointer the same?

Just want to be sure.

I saw these 2 operation on register pointer in assembly files. and I found the definition for the 2nd one in TI's document. But I can not find the definition for the 1st one.

assume B15=100H, per my understanding, so these 2 instructions do the same thing as: store the value of B4 into memory of 108H, right?

STW.D2T2      B4,*B15[2]

STW.D2T2      B4,*+B15[2] 

thanks.