Tool/software: Linux
Hi all,
Is there a way to dump the full assembly code from msp430-gcc?
For example, I'm running
msp430-gcc -S -mmcu=msp430g2553 main.c
which gives:
call #__divhi3
But does not include the subroutine code.
Is there a way to link it with the libraries then dump the full assembly?
thank you,
Scott