ciforth
ciforth copied to clipboard
A generic system for creating i86 implementations of the language Forth.
I don't know if I have overlooked something, but I am not able to use the starting options for wina, except my working directory is the folder where all of...
This is all fascinating. I stumbled on this while looking at https://github.com/albertvanderhorst/ciasdis/blob/master/README.assembler ciasdis. I found this through a post on stack overflow where you commented on an answer to a...
ciforth version 5.5.1 It seems, `[if]` `[else]` `[then]` are still case-sensitive even though `"CASE-INSENSITIVE" WANTED`. The command: ```shell echo '0 [if] 1 . [else] 0 . [then]' | ./lina64 -f...