Skip to content

Instantly share code, notes, and snippets.

@takamame0205
Last active August 6, 2019 06:01
Show Gist options
  • Select an option

  • Save takamame0205/d6fde65d18c6a4681d4ef40c95ab01eb to your computer and use it in GitHub Desktop.

Select an option

Save takamame0205/d6fde65d18c6a4681d4ef40c95ab01eb to your computer and use it in GitHub Desktop.
SDCC用バッチファイル
@REM このファイルはパスの通ったフォルダにコピーして下さい
sdcc %1.c -mmcs51
rem (for CH552) sdcc %1.c -mmcs51 --iram-size 256 --xram-size 1024 --code-size 14336
rem (for CH551) sdcc %1.c -mmcs51 --iram-size 256 --xram-size 512 --code-size 8192
packihx %1.ihx > %1.hex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment