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.

Documentation on Assembly Language code on ' __TI_AVOID_EMBEDDED_CONSTANTS '' , 'c_mf_sp

Hello ,

                I have to update some code assembly code .asm code already given along with CCS studio .

I would like to know , is there any documentation or files which gives a clear details on symbolic constants like

__TI_AVOID_EMBEDDED_CONSTANTS , c_mf_sp , etc ..

 

Thanks and Regards,

Sans

  • The assembler does predefine some constants, though none of the ones you mention here.  You can see the list in the assembly tools manual.  If you use the TI ARM compiler tools, for example, then you would look in the section titled Predefined Symbolic Constants in this manual.  Since these constants are not predefined by the assembler, they must be explicitly defined somewhere in the software package you are using.  I would expect these constants to be explained in the documentation for that software package.

    Thanks and regards,

    -George