A 32-bit FORTH implementation for Linux on x86.
Go to file
Jesse D. McDonald 4b98e19304 use ALLOCATE for the terminal input buffer and search order entries 2020-10-23 12:33:29 -05:00
test remove BUDDY-STATS from the test output since the details vary 2020-10-23 12:31:20 -05:00
.gdbinit add project .gdbinit script to simplify debugging 2020-10-21 00:44:23 -05:00
.gitignore add a simple unit-test framework 2020-10-22 21:03:27 -05:00
Makefile add a simple unit-test framework 2020-10-22 21:03:27 -05:00
README.md add a basic README.md file 2020-10-21 00:44:23 -05:00
jumpforth.S implement LEAVE, [IF]…[ELSE]…[THEN], and various other changes 2020-10-22 20:55:01 -05:00
startup.4th use ALLOCATE for the terminal input buffer and search order entries 2020-10-23 12:33:29 -05:00

README.md

JumpForth

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

Based loosely on JonesForth.