[COFF] [TUHS] Re: forth on early unix
Lars Brinkhoff via COFF
coff at tuhs.org
Tue Sep 23 14:58:28 AEST 2025
Adam Thornton wrote:
> I found a pretty decent one-file FORTH in K&R C and tried to port it
> to v7. Too many symbols in that one file. So then I tried breaking
> each FORTH word out into its own file and linking a bunch of tiny
> little .o files, and that was too many files for the linker.
My personal toy Forth runs on V7, but I only tested it with the apout
emulator. https://github.com/larsbrinkhoff/lbForth/tree/master/targets/pdp11
More information about the COFF
mailing list