commit | e4d2e288935e0935ae7cd7b6e7e57e77c474af99 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Jan 04 22:22:27 2022 -0800 |
committer | swissChili <swisschili@fastmail.com> | Tue Jan 04 22:22:27 2022 -0800 |
tree | 16c87acaa809420b047a117b9fc9e371141ab936 | |
parent | 7c626b94e56ab31e0a0d9bf46b59bad0b9dea314 [diff] [blame] |
Build FORTH.COM from CORE.F
diff --git a/BUILD.BAT b/BUILD.BAT new file mode 100644 index 0000000..9598776 --- /dev/null +++ b/BUILD.BAT
@@ -0,0 +1,6 @@ +@echo off +echo [ ASM ] Assembling BASE.COM +NASM FORTH.ASM -o BASE.COM -fbin +echo [FORTH] Bootstrapping CORE.COM +BASE < CORE.F +echo [ OK ] CORE.COM