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.

CCS: CCS v6.2



Tool/software: Code Composer Studio

Hello.

I have a problem with assembler code in CCS.

I want to use parallel instruction, but when I use ||, CCS recognizes it like comment. And I cannot debug the program correctly. Please, help me. Thank you!

  • Which TI processor family do you use?  For now I presume it is C6000.

    Please search the C6000 assembly tools manual for the sub-chapter titled Source Statement Format.  That describes, among other things, how to use || when writing assembly code.  

    If you still cannot work out your problem, then please show one or two problem assembly code statements in your next post.  

    Thanks and regards,

    -George