-
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.
Salehe Erfanian Ebadi said:I'm trying to write the following program in assembly for TMS320C6713
Just don't do it. See if one of the functions in the DSPLIB library can do it. Or, if you insist on writing it yourself, first see what performance you can get from the compiler. This wiki article is a good place to start. Your chances of success are pretty good. If you still don't meet your performance goals, try writing it in linear assembly. That is described the C6000 C Compiler User's Guide.
Thanks and regards,
-George