GARTHWILSON wrote:
My '802 Forth has been operational for years but has not gotten much use to really wring it out. I'll be adding words for long addressing. It is very full-featured though, far, far more than figForth, and highly optimized by comparison, with three or four hundred primitives (ie, code definitions, words defined in assembly language, rather than in high-level Forth), something that would be out of the question for the 6502 since primitives would just take too much memory since the '02 cannot handle 16 bits at a time like the '816 or '802 can, so the '02 would need too many instructions to do so much in primitives. My '02 Forth is already considerably better than figForth for the '02, and my '816 (really '802) Forth runs two to three times as fast as my '02 Forth at a given clock speed. I want to finish up a few things and then write a really good manual for it, something that's rare these days.
I don't need the manual, Garth, but mostly just the source code I can follow along and read. I would like it if you left me some room to program and optimize your source. I would take what you got as is.