Hi ! I succeeded with the following lines:
msp430-gcc -nostartfiles -nostandartlibs -D_GNU_ASSEMBLER_ -mmcu=msp430x123 Synth.S -o Synth.elf msp430-objcopy -O ihex Synth.elf Synth.hex All the best ! Oleg ----- Original Message ----- From: "Steve Underwood" <ste...@coppice.org> To: <mspgcc-users@lists.sourceforge.net> Sent: Tuesday, November 25, 2003 6:07 PM Subject: [Mspgcc-users] Using msp430-as to do assembly language programming. > Hi all, > > 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 > > msp430-objdump -DS a.out > > to dump the result. > > Regards, > Steve > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mspgcc-users >