This website requires JavaScript.
Explore
Help
Register
Sign In
nybble
/
jumpforth
Watch
1
Star
0
Fork
You've already forked jumpforth
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
A 32-bit FORTH implementation for Linux on x86.
59
Commits
1
Branch
0
Tags
265
KiB
Forth
74.9%
Assembly
24.5%
Makefile
0.6%
f3fae3f5c2
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Jesse D. McDonald
f3fae3f5c2
add truncation to 63 characters max when looking up words
2020-10-31 13:29:33 -05:00
test
remove ['] and [CHAR], add MARKER and PRESERVED, tweak bootstrap word lists, etc.
2020-10-31 11:41:52 -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 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
use .balign (always bytes) instead of .align (depends on target)
2020-10-31 12:07:07 -05:00
startup.4th
add truncation to 63 characters max when looking up words
2020-10-31 13:29:33 -05:00
README.md
JumpForth
JumpForth is a 32-bit FORTH implementation for Linux on x86.
Based loosely on
JonesForth
.