SDCC
正式名称: Small Device C Compiler
Intel 8051互換のマイクロコントローラ用のCコンパイラ。
インストール
macOSならbrew install sdcc。
最新: https://sourceforge.net/projects/sdcc/files/
チートシート
Intel HEXファイル(拡張子はihx)は以下の手順でiramに変換できる。
packihx foo.ihx > foo.hex
brew install srecord
srec_cat foo.hex -intel -Output -Binary > foo.iram
参考
http://sdcc.sourceforge.net/