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.

Running Assembly program with MSP432 in CCS

Hello, 

I'd like to program the MSP432 using Assembly language. I am using the TI compiler on CCSV6.I went and created an "Empty Assembly-only Project", and then created a "main.s" file. 

I want to run just one command: 

MOV R0, #100

What are the initializations I need for this? After much searching, I only find a few topics specific to GCC compiler that don't really help. A nice explanation on what directives I should use, why I need to use them, and how could I have discovered this on my own would be much appreciated.

Thanks,

Paulo

**Attention** This is a public forum