I'm programming this device using CCS and I want to include some assembly code. Right now I'm just using in-line assembly instructions, but that is very laborious. I'd like to write my code in a separate .asm file and include it in the C program.
Can someone please tell me how to do this? And are there any other suggestions regarding the use of assembly code in CCS?
Thank you.