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.

TMS320C6745: assembly language

Part Number: TMS320C6745

hi

for the following assembly (i have not written the unit here), i got the resultant address as 6100ccccH instead of 61003333H for storing the result in A1, why is it so?

mvkl  a0, 3333H

mvklh a0, 3333H

abs a0,a1

mvkl a2,3333h

mvkl a2,6100h

stw a1,*a2