Hi!

On Wed, 10 Feb 2010, Arik Sapojnik wrote:

> Hey,
>
> I have generated assembly code by running "msp430-objdump -D main.exe".
> But I don't see any of my functions there.
> Where can I see my code?
>

If your code was inlined then you will not find of the function names. If 
they are not then you will find them in some mangled form (the nesc is 
creating some unique names using __ or $).

-- Razvan ME
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to