RSC FORTH v1.7

Topics related to older 6502-based hardware and systems including (but not limited to) the MOS Technology KIM-1, Synertek SYM-1, and Rockwell AIM-65.
Post Reply
handyandy
Posts: 113
Joined: 14 Sep 2015
Location: Virginia USA

RSC FORTH v1.7

Post by handyandy »

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
Attachments
RSC_Forth_V1.7.zip
(563.74 KiB) Downloaded 434 times
handyandy
Posts: 113
Joined: 14 Sep 2015
Location: Virginia USA

Re: RSC FORTH v1.7

Post by handyandy »

Here is the RSC Forth User Manual.
Attachments
RSC-FORTH_User's_Manual.pdf
(1.97 MiB) Downloaded 513 times
handyandy
Posts: 113
Joined: 14 Sep 2015
Location: Virginia USA

Re: RSC FORTH v1.7

Post by handyandy »

Here are some informational pdfs.

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
jds
Posts: 196
Joined: 10 Mar 2016

Re: RSC FORTH v1.7

Post by jds »

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.
User avatar
barrym95838
Posts: 2056
Joined: 30 Jun 2013
Location: Sacramento, CA, USA

Re: RSC FORTH v1.7

Post by barrym95838 »

handyandy wrote:
Here is the RSC Forth User Manual.
Thank you for uploading that, Andy. The Forth tutorial is very well written.
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)
handyandy
Posts: 113
Joined: 14 Sep 2015
Location: Virginia USA

Re: RSC FORTH v1.7

Post by handyandy »

Welcome, Mike.

I've found that whoever wrote Rockwell's documentation did an exceptional job IMO.
User avatar
MichaelM
Posts: 761
Joined: 23 Apr 2012
Location: Huntsville, AL

Re: RSC FORTH v1.7

Post by MichaelM »

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.
yzoer
Posts: 79
Joined: 11 Nov 2002
Location: Seattle

Re: RSC FORTH v1.7

Post by yzoer »

Wow! Thanks so much everyone!
Post Reply