-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathREADME
More file actions
25 lines (18 loc) · 936 Bytes
/
README
File metadata and controls
25 lines (18 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
===================================
Porting Richard Jones' FORTH to ARM
===================================
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:
http://annexia.org/forth
There seem to be ports to both PowerPC and Motorola 68k already, but no ARM
port that I could find:
http://www.lshift.net/blog/2007/10/04/jonesforth-ported-to-powerpc-and-mac-os-x
http://www.copypastecode.com/14589/
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:
http://code.google.com/p/ruda/source/browse/trunk/jonesforth-macintel.s
http://subvert-the-dominant-paradigm.net/blog/?p=54