I just remembered there was probably some info on the 65F11 & 65F12 in my old Rockwell data book, so I looked them up. It says the RSC-Forth is based on FIG-Forth, for which I have the source code here from the Forth Interest Group. Partly from the listing of Forth words in the Rockwell book, it looks like a rather small Forth; but one nice thing about Forth is of course that the user can extend it any way he wants. From a quick look, it appears that the internal Forth ROM is 4K of headerless code, but that for development, you would normally use an 8K external ROM which not only has the headers, but some file-operation words and things that often are of no value once the embedded system development is done. Was this correct? Is there any way to re-write NEXT ? If so, you could implement prioritized interrupt service in high-level Forth with zero overhead. I have this running on my 6502 workbench computer.
_________________ http://WilsonMinesCo.com/ lots of 6502 resources The "second front page" is http://wilsonminesco.com/links.html . What's an additional VIA among friends, anyhow?
|