Skip to content

Emirhan-KURU/IntelHex_to_Bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published