A 32-bit FORTH implementation for Linux on x86.
Go to file
Jesse D. McDonald c076939fe2 fix for incorrect double-cell shift by 32 or more bits 2020-11-06 20:29:48 -06:00
test add AA tree implementation 2020-11-05 02:07:48 -06: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 Makefile rule for refreshing test expected results 2020-10-24 10:48:38 -05:00
README.md add a basic README.md file 2020-10-21 00:44:23 -05:00
jumpforth.S fix for incorrect double-cell shift by 32 or more bits 2020-11-06 20:29:48 -06:00
startup.4th add DU.R, D.R, U.R, and .R for right-aligned numeric output 2020-11-05 18:57:26 -06:00

README.md

JumpForth

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

Based loosely on JonesForth.