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.

Compiler/TMS320F28035: Compiler question about __asm("") directive under C environment

Part Number: TMS320F28035

Tool/software: TI C/C++ Compiler

Hi everyone, 

I'm a newbie for TMS320F28035. Recently, I'm using cla with C language (CCS 5.5.0) and for some reason I need to use assembly language.

I use the __asm("") to implement the assembly. But I found that when compilation is finished, there will have two additional directives in the cla_task.asm file.

It shown as below. There are additional two MNOP directives at top and bottom. How can I avoid this happen? 

Thanks for help