Tool/software: Code Composer Studio
Hi,
I have a question how I can invoke the POW function from c code in the linear assembly code, what syntax should I observe?
Thanks.
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.
Tool/software: Code Composer Studio
Hi,
I have a question how I can invoke the POW function from c code in the linear assembly code, what syntax should I observe?
Thanks.
I presume you are writing code to run on the C66x core in the AM5708 system. The code you are writing is linear assembly, and you want to call a C function named pow. Use the .call directive. To learn about it, search for .call in the C6000 compiler manual.
Thanks and regards,
-George