A 32-bit FORTH implementation for Linux on x86.
Go to file
Jesse D. McDonald 1d930672bc remove vestigial special-case code for input from 'terminal' (stdin) 2020-11-15 18:30:10 -06:00
lib add remaining file I/O words & script mode 2020-11-07 23:15:12 -06:00
test reset RSP to saved frame pointer on exit; eliminates UNLOOP, UNLOCALS, UNALLOCA 2020-11-15 03:54:26 -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
LICENSE add CC0 license file 2020-11-15 00:46:23 -06:00
Makefile add remaining file I/O words & script mode 2020-11-07 23:15:12 -06:00
README.md add a basic README.md file 2020-10-21 00:44:23 -05:00
jumpforth.S reset RSP to saved frame pointer on exit; eliminates UNLOOP, UNLOCALS, UNALLOCA 2020-11-15 03:54:26 -06:00
startup.4th remove vestigial special-case code for input from 'terminal' (stdin) 2020-11-15 18:30:10 -06:00

README.md

JumpForth

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

Based loosely on JonesForth.