[ Home | About | Licence | About author | Contact ]

Written by Oleksandr Gavenko (AKA gavenkoa), compiled at 2015-10-05 from rev 764bb173578d.

Assempler.

Decompile binary file.

With GNU Binutils:

$ objdump -w -d file.o

Convert ELF to binary format.

$ objcopy -O binary image.elf image.bin

Convert ELF to Intex hex format.

$ avr-objcopy -O ihex image.elf image.ihex