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/CORE.F b/CORE.F index 67607a1..a965968 100644 --- a/CORE.F +++ b/CORE.F
@@ -1,6 +1,6 @@ \ Core words for DOS FORTH -: / /MOD SWAP DROP ; -: A 10 ; +: NIP SWAP DROP ; -A . BYE +DUMP-IMAGE FORTH.COM +BYE