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



Reply via email to