I found this a while ago. It's an archive of source files for a Rockwell Forth chip that some may we familiar with. I will add other documentation as well here.
Cheers!
Andy
RSC FORTH v1.7
RSC FORTH v1.7
- Attachments
-
- RSC_Forth_V1.7.zip
- (563.74 KiB) Downloaded 434 times
Re: RSC FORTH v1.7
Here is the RSC Forth User Manual.
- Attachments
-
- RSC-FORTH_User's_Manual.pdf
- (1.97 MiB) Downloaded 513 times
Re: RSC FORTH v1.7
Here are some informational pdfs.
Cheers!
Cheers!
- Attachments
-
- rockwell_r65frx_r65fkx_rsc_forth_roms.pdf
- (542.8 KiB) Downloaded 399 times
-
- R65FRxFKx Datasheet.pdf
- (442.59 KiB) Downloaded 391 times
-
- R65F11_R65F12_Datasheet.pdf
- (1.08 MiB) Downloaded 443 times
Re: RSC FORTH v1.7
Interesting to see the source code preserved. Rockwell went on to add extra hardware to their 6502 cores to support forth directly. This consisted of a 16-bit register called I, and 10 new instructions to support a direct threaded interpreter. It would be interesting to see the source code of the newer forth interpreter that took advantage of these instructions, although I'd think that the implementation would be quite simple as most of it is implemented in the new instructions. Pretty much all of the Rockwell and Conexant modems used these updates 6502 cores.
- barrym95838
- Posts: 2056
- Joined: 30 Jun 2013
- Location: Sacramento, CA, USA
Re: RSC FORTH v1.7
handyandy wrote:
Here is the RSC Forth User Manual.
Got a kilobyte lying fallow in your 65xx's memory map? Sprinkle some VTL02C on it and see how it grows on you!
Mike B. (about me) (learning how to github)
Mike B. (about me) (learning how to github)
Re: RSC FORTH v1.7
Welcome, Mike.
I've found that whoever wrote Rockwell's documentation did an exceptional job IMO.
I've found that whoever wrote Rockwell's documentation did an exceptional job IMO.
Re: RSC FORTH v1.7
To extend this thread a bit, the Rockwell R65C19 device incorporated several complex peripherals onto the chip, support threaded code, and support for digital signal processing. BigEd has a short review of the instruction set here.
Michael A.
Re: RSC FORTH v1.7
Wow! Thanks so much everyone!