Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 465 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 465 Bytes

IntelHex_to_Bin

Program IntelHex formatındaki dosyayı .Bin dosyasına çevirerek kaydeder.

Kullanım

İlk önce .c dosyası derlenir.

$ gcc -o IntelHextoBin IntelHEX_to_bin.c

Daha sonra oluşan .o dosyası 2 parametreyle çalıştırılır.

$ ./IntelHextoBin example.hex output.bin 
acildi
Hex Dosyasi Bin dosyasina Cevrildi !

en son aşamada hexdump yardımıyla oluşan dosya okunabilir.

$ hexdump -C output.bin