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.

MSP432E401Y: Including Assembly Code in C

Part Number: MSP432E401Y

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.