mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
Mirror of https://github.com/nineties/planckforth
.gitignore | ||
LICENSE | ||
Makefile | ||
planck.xxd | ||
README.md |
PlanckForth: Bootstrapping Forth from Handwritten Binary
$ make
Builtin Words
char | semantics |
---|---|
Q | ( -- ) Exit the process |
C | ( -- n ) The size of Cells |
h | ( -- addr ) The address of 'here' cell |
l | ( -- addr ) The address of 'latest' cell |