[ About | Licence | Contacts ]
Written by Oleksandr Gavenko (AKA gavenkoa), compiled on 2024-04-01 from rev 052223c22317.

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