A 32-bit FORTH implementation for Linux on x86.
Go to file
Jesse D. McDonald bcf5d80be0 add a basic README.md file 2020-10-21 00:44:23 -05:00
.gdbinit add project .gdbinit script to simplify debugging 2020-10-21 00:44:23 -05:00
.gitignore initial commit 2020-10-21 00:44:18 -05:00
Makefile initial commit 2020-10-21 00:44:18 -05:00
README.md add a basic README.md file 2020-10-21 00:44:23 -05:00
jumpforth.S add large-object allocation (over 4 MB) with mmap 2020-10-21 00:44:23 -05:00
startup.4th add large-object allocation (over 4 MB) with mmap 2020-10-21 00:44:23 -05:00

README.md

JumpForth

JumpForth is a 32-bit FORTH implementation for Linux on x86.

Based loosely on JonesForth.