Tool/software: Code Composer Studio
Hello,
i am trying to import an project to CCS, i fixed all errors except some kind of below error in .asm and .inc files:
"illegal mnemonic specified" when i try to include some other files in a .asm, both "#include" and ".include" the ccs just give me the same error. but ".sect" works fine in .asm. the same problem happens on .inc file
just want to know how can i include some file in a .asm ?? and how to implement conditional compilation statement(in picture below) in a .asm ??