Find a file
2020-12-29 03:16:33 +09:00
.gitignore Add .gitignore 2020-12-28 22:11:45 +09:00
LICENSE Modify LICENSE 2020-12-28 22:03:48 +09:00
Makefile Add initial version of planck.xxd 2020-12-28 22:11:20 +09:00
planck.xxd Add 'h' and 'l' 2020-12-29 03:16:33 +09:00
README.md Add 'h' and 'l' 2020-12-29 03:16:33 +09:00

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