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.