This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux: How to dump full assembly



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