Steve Underwood wrote:
Has anyone used msp430-as to develop programs entirely in assembly language? When I do, the resulting file seems to have zeros for all the port addresses. I use a command like:msp430-as -mmcu=msp430x449 file.S
> to assemble my code, and then does that realy run the c preprocessor? i always use msp430-gcc to compile, even for asm modules. just dont link with gcc if you _dont_ want to have the startup code ;-) chris