Part Number: TMS320F280049C
Hello, TI Experts
I was confused with @ACC and ACC.
for example: MOVL XAR1,@ACC
MOVL XAR1,ACC
are these two sentences same? even ADDL ACC,@ACC ; ACC = ACC + ACC, how to use directive @ ?
another question, as below:
MOV AL,*+XAR4[#6] ; AL = InFilter
MOV AH,*+XAR4[#7] ; AH = InFilter2
SETC AMODE
MOVL *+XAR6[AR1%++],ACC ; Store new inputs
for the highlighted sentence,
Normally it should be associated with RPT #N,
but there is not "RPT" here, so what's the means here?
thanks!
BR
jjl3