[Noisebridge-discuss] arduino fuses: how to modify easily?

Tymm Twillman tymmothy at gmail.com
Thu Nov 11 21:23:59 UTC 2010


On Nov 11, 2010, at 1:22 PM, miloh wrote:

> 
> In a somewhat related note -- is there a Linux based AVR disassembler you can recommend?
> 

Personally I just use 

avr-objdump --disassemble <project>.elf

can also add -S depending on the optimization settings -- e.g. if the file was compiled with debugging, you can see the source that goes with the assembly (if you have -O settings, it'll be a bit twisted and unreliable though).

there might be something more gui out there though :)





More information about the Noisebridge-discuss mailing list