Hello,
I am working through the TMS320C28x CPU and Instruction Set Reference Guide and I keep running to this term loc16 or loc32. For example:
ADDL loc32,ACC. Is loc32 a fixed memory location?
Thanks,
Chuck
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.
Hello,
I am working through the TMS320C28x CPU and Instruction Set Reference Guide and I keep running to this term loc16 or loc32. For example:
ADDL loc32,ACC. Is loc32 a fixed memory location?
Thanks,
Chuck
Hi Chuck,
Loc16/32 refer to the 16 or 32 bit access mode used for addressing.
Some of the instructions have a field in the opcode indicating loc16 or loc32 indicating whether that instruction would perform a 16 or 32 bit access at the location addressed.
-Bharathi.
Regarding your question on ADDL instruction, No - it's not a fixed location.
It only means that Instruction would perform 32-bit data access to the location.
Chuck,
Thanks. That is correct. All the details can be found in spru430e.
Let me know if you need more details and good luck with c2000.
-Bharathi.