summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-16`find`kitty
2026-03-16dummy sanctuary.fskitty
2026-03-16.s: the return of DONEDONEYIPPEEEkitty
2026-03-16remove TOS register, move SP to r15, `type`kitty
TOS efficiency gain is negligible and it complicates the implementation. i'm going to make a stack dump word in a bit so now is a good time to get rid of this for simplicity's sake. i also took this opportunity to move it to r15 so the reserved register is numerically the highest.
2026-03-15parse and parse-name (untested)kitty
2026-03-15some basic words and documentation thereofkitty
i Willâ„¢ maintain the documentation alongside the code
2026-03-15some macroskitty
2026-03-15template makefile and asmkitty
2026-03-15init commit. forth implementation round 2kitty
now i have jewelforth in a working state, i am starting again from scratch with all the hindsight from actually having Done the Thing.