They've probably been inlined into other functions. You can add an
attribute to prevent inlining to the function definition, like this:
event void Boot.booted()__attribute__ ((noinline)) {
...
}
HTH,
Michiel
From: [email protected]
[mailto:[email protected]] On Behalf Of Arik
Sapojnik
Sent: woensdag 10 februari 2010 9:35
To: Tinyos-help
Subject: [Tinyos-help] MSP430 assembly
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?
--
Best Regards,
Arik Sapojnik
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help