Oleg Skydan wrote:
msp430-gcc -g -O2 -mmcu=msp430x449 -D_GNU_ASSEMBLER_ -nostartfiles -nostandartlibs xxx.SIs -O2 option relevant to asm mode ?
no > You try forcing GCC to optimize asm !?msp430-gcc calls msp430-as to do the work, it does not use the c backend with the optimizer.
chris