GARTHWILSON wrote:
BillO wrote:
More recently I had actually wanted to find a romable Forth to put on it as well, but ran out of steam on that.
It is a very rich Forth though, and adds full interrupt support in high-level Forth with prioritized interrupts that can be installed and deleted on the fly, more program structures than others have ready-made, date & time (including multiple alarms for carrying out tasks at assigned times, with 10ms granularity in the case of my workbench computer), trig, log, square-root, random-number, and extended-precision functions, 32-bit looping controls (in addition to the normal 16-bit ones), ability to go into assembly language in the middle of a secondary and back again, and more primitives for faster execution of words that are usually written as secondaries. It's mostly Forth-83 but has a lot of enhancements from ANS, Brodie's books "Starting Forth" and "Thinking Forth," Forth Dimensions, F-PC, common Forth usage, and my own experience. There may be a lot more there than you need, but various portions will be in INCLude files that you can leave out if you like.
then:
ElEctric_EyE wrote:
GARTHWILSON wrote:
...My job doesn't seem very secure because of dismal sales for the last year or two. If I get let go, one thing I want to do with my time is publish my '02 and '816 Forth kernels as assembler sources...
If you include everything, it looks like about 24K, assuming you leave the headers in. What I started with was probably less than half that much. What happened is that my employer bought me a 6502 Forth metacompiler in about 1990 for the automated test equipment I made. The source they started out was just the public-domain FIG-Forth that's available for download about 3/4 of the way down our source code repository page on 6502.org, but they made some changes mostly I guess to change it from FIG-Forth to the more popular Forth-83, and maybe some other changes just to irritate me.
BigDumbDinosaur wrote:
GARTHWILSON wrote:
My job doesn't seem very secure because of dismal sales for the last year or two.
Many of my clients are suffering from sagging sales, some of it due to the decline of the manufacturing sector of our economy. Meanwhile, our so-called leaders [...]
Our customers are aircraft owners--basically the wealthy--so although I'm definitely not one of them (and actually don't even want to be), my paycheck depends on them having plenty of disposable income to play with. They've definitely had less in the last couple of years.