Hello!
I had an assignment: convert CCS assembly code into C++. But I really cannot understand how to do it, because I'm a poor beginner at it. Could you help me?
I use CCS 5.5
Thanks A LOT in advance!
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.
This is linear assembly for C6000. It is described in the chapter titled Using the Assembly Optimizer in the C6000 compiler manual. The instructions themselves are not documented in that chapter. You'll find that in the relevant CPU manual. Here is the one for C6600.
One further tip ... Consider converting to just plain C first. Then C++.
Thanks and regards,
-George