Skip to content

phf/forth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JONESFORTH/arm: Porting Richard Jones' FORTH to ARM

Back in 2010 I started porting an x86 FORTH to ARM, mostly to learn ARM assembly. Sadly I never finished the port, I stopped when I felt I had learned enough. Of course I had meant to come back to it eventually, but stuff happened, life got in the way. Now it's 2016 and I am going to try to get back into it. No promises though!

BTW, in the meantime two very interesting ARM-and-FORTH-related things have made an appearance on github.com:

I am currently still in the process of cleaning things up, but most of the original JONESFORTH words now seem to work. (I'll rewrite this one more time when I am satisfied enough with the code, until then there's no real README just this mess.)

License

Since the original JONESFORTH is in the Public Domain, I figured I should also put my JONESFORTH/arm port into the Public Domain. And to make sure that works out (with all the appropriate legalese that's way beyond me), I decided to go for this:

CC0

To the extent possible under law, Peter H. Froehlich has waived all copyright and related or neighboring rights to JONESFORTH/arm. This work is published from: United States.

Obviously this only applies to code I have written, so the code in the arm/ directory of the repository. It doesn't apply to the other code I keep around for reference, check each of those directories for their respective license.

Original README (2010)

I need to learn ARM assembly in a hurry, and I figured porting a FORTH might be a decent way to do that. I came across Richard Jones' wonderful FORTH and that's what I settled on:

There seem to be ports to both PowerPC and Motorola 68k already, but no ARM port that I could find:

I've checked all of these into git for my own reference, but the only thing that's actually "mine" is the ARM version. I'll decide on a license at some point too. :-D

Update: I found two more clones of Richard Jones' FORTH, here are the links just for completeness:

About

Porting Richard Jones' FORTH to ARM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published