Programming: FORTH..
Alex Farlie (1992) 44 posts |
This appears to be an implementation of JONES FORTH for an ARM EABI. (Linux?) Not sure if it’s an APCS-32 EABI though… Anyone want to check it for 32bit and port it over to RISC OS? (And assuming there aren’t to many differences it should be possible to use the BB4WFORTH sources in (FORTH) directly with some tweaking for the platform specfic items.) |
Alex Farlie (1992) 44 posts |
The original Tutorial – GIT is here – http://git.annexia.org/?p=jonesforth.git;a=summary Richard Russsll’s imrpvoements are in BB4WFORTH.(And a large number of them don’t actually need ARM coding at all, with the exception of the platform specfic calls and the code to enable a Jon, Rick… I would suggest giving both those links a read. :) |
Alex Farlie (1992) 44 posts |
http://www.archivum.info/comp.lang.forth/2009-05/00495/Re-DOES-gt-for-jonesforth-%28was-Forth-Machine-software-emulation%29.html is one method of doing DOES (albiet in x86 code) , I think BB4W FORTH does something like it along with other fixes… |
Alex Farlie (1992) 44 posts |
An updated version of Jones Forth(x86) Which given the notes above it should be possible to port. |