Hi, everyone
I'm doing some c28x disassembling things right now. And I got the c28x instruction set reference manual -- spru430f.
Then I went there, the ADD instruction section. I notice that there's "RPT" attribute followed every instruction, where
I thought it means can be used after the "RPT" instruction to repeat itself. But why this "ADD ACC,loc16 <<T" instruction
has CYCLE = N + 1, and "RPT -" the sametimes? Isn't It unrepeatable ? Can someone explain it to me ? Thnaks
