From dab770163829302cb6c68c1a173ec72d7cc1a31b Mon Sep 17 00:00:00 2001 From: kitty Date: Thu, 19 Feb 2026 12:26:42 +1100 Subject: recurse, bl, slightly broken PNO --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index caca7ae..7f34a62 100644 --- a/readme.md +++ b/readme.md @@ -41,8 +41,10 @@ so a wonky but hopefully not too slow solution is to compile - jonesforth, public domain forth tutorial implementation which was significantly cribbed from and studied: http://git.annexia.org/?p=jonesforth.git;a=tree - jonesforth nasm port: http://ratfactor.com/repos/nasmjf/ +- pforth, also public domain, alsos useful for Yoinking and Sploinking stuff: https://github.com/philburk/pforth - starting forth part 1: http://www.bradrodriguez.com/papers/moving1.htm - page describing `` and i wanna use it maybe this sucks shit but my idea is that i compile in a relative jmp with `` + +### PNO +'pictured numeric output'. its forth's numeric output functionality. +this is me trying to describe it so i can figure it out and implement it. +note that this forth doesn't have double numbers +(i don't think it's necessary, since cells are 64 bit) +so PNO works on single cell values. +PNO is started by `<#` and ended by `#>`. -- cgit v1.2.3