Lars Brinkhoff
Lars Brinkhoff
Get up and running in ITS. It's a word-adressed machine. But there are also special "byte pointers". Consider what to do about `C@` and `C!` etc.
I'd like to make a port to macOS, but it's not really viable to do that without access to a macOS machine. If I could get ssh access to a...
When an exception is thrown, one wordlist is dropped from the search order. Test case: ``` include search.fth also forth order \ "forth forth only" abort order \ "forth only"...
There's a lot of copy-pasting between the different assemblers. Much of the assembler implementation should go into a generic library, and target-specific parts should built on top of that.
`h-[defined]` etc is an eyesore. And it's spreading to e.g. fmacs. Remove it.
The GCC compile farm provides access to these targets not yet supported by lbForth: - Aarch64 (Linux) - PowerPC/POWER (Linux, AIX) - Sparc (Linux) - MIPS (Linux) - x86 (NetBSD)