I am running in circles trying to do something I thought would be simple. I want to assemble one of the MSP430 assembler language example programs. I have been trying to assemble msp430x20x3_1.asm but any similarly simple example will do. I can find all of the examples from within CCS. When I try to select a sample to build, only the C language examples appear. As soon as I select the assembler language tab, the ability to build the example disappears.
I even downloaded the corresponding C language example and replaced the .c program with the .asm equivalent. I tried that, because the CCS tutorial says the C compiler will call the assembler if it is given a .asm file as input.
How do I select and build an MSP430 assembler language example in CCS?
Scott