Path: utzoo!attcan!uunet!jarthur!usc!snorkelwacker!bloom-beacon!eru!luth!sunic!mcsun!hp4nl!fwi.uva.nl!dondorp From: dondorp@fwi.uva.nl (Erwin Dondorp (I84)) Newsgroups: comp.lang.forth Subject: Re: 32 bit version of Forth for 680x0 processors Message-ID: <423@fwi.uva.nl> Date: 14 Feb 90 10:01:22 GMT References: <156@dy4.UUCP> Sender: news@fwi.uva.nl Lines: 12 phil@dy4.uucp (phil nowe) writes: >I would like to know if anyone out there has a >32 bit version of FORTH running on the 680x0 family of processors. I wrote a 32-bit version of Forth for the Sinclair QL. It is a true 32-bit version, to benefit most from the processor's speed I made the Forth a "Subroutine threaded code with inline code using optimization where possible". (Unfortunatelly the QL does not use a 680x0 processor. It uses the 68008 which is a 68000 with an external 8-bit data bus and a 20-bit address bus) Erwin.