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/