Last active
August 6, 2019 06:01
-
-
Save takamame0205/d6fde65d18c6a4681d4ef40c95ab01eb to your computer and use it in GitHub Desktop.
SDCC用バッチファイル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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