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