summaryrefslogtreecommitdiff
path: root/MicrosoftWindows_compatibility/sdcc.bat
diff options
context:
space:
mode:
Diffstat (limited to 'MicrosoftWindows_compatibility/sdcc.bat')
-rw-r--r--MicrosoftWindows_compatibility/sdcc.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/MicrosoftWindows_compatibility/sdcc.bat b/MicrosoftWindows_compatibility/sdcc.bat
new file mode 100644
index 0000000..ffe50ee
--- /dev/null
+++ b/MicrosoftWindows_compatibility/sdcc.bat
@@ -0,0 +1,2 @@
+@cd %1
+@sdcc --iram-size %2 --xram-size %3 --code-size %4 --nooverlay --noinduction --verbose --debug -V --std-sdcc89 --model-small --pack-iram %5 \ No newline at end of file