Added link to another tutorial, and tiny change in ascii art.
authorrich <rich>
Sun, 23 Sep 2007 11:00:30 +0000 (11:00 +0000)
committerrich <rich>
Sun, 23 Sep 2007 11:00:30 +0000 (11:00 +0000)
jonesforth.S

index d110e6c..c73dd32 100644 (file)
@@ -1,7 +1,7 @@
 /*     A sometimes minimal FORTH compiler and tutorial for Linux / i386 systems. -*- asm -*-
        By Richard W.M. Jones <rich@annexia.org> http://annexia.org/forth
        This is PUBLIC DOMAIN (see public domain release statement below).
-       $Id: jonesforth.S,v 1.20 2007-09-15 11:21:09 rich Exp $
+       $Id: jonesforth.S,v 1.21 2007-09-23 11:00:30 rich Exp $
 
        gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S
 */
@@ -63,6 +63,8 @@
 
        http://wiki.laptop.org/go/Forth_Lessons
 
+       http://www.albany.net/~hello/simple.htm
+
        Here is another "Why FORTH?" essay: http://www.jwdt.com/~paysan/why-forth.html
 
        Discussion and criticism of this FORTH here: http://lambda-the-ultimate.org/node/2452
                                                                           +-----> +------------------+
                                                                                   | codeword      -------+
                                                                                   +------------------+   |
-                                                                       now we're  | assembly to   <------+
+                                                                       now we're  | assembly to    <-----+
                                                                        executing  | implement +      |
                                                                        this       |    ..            |
                                                                        function   |    ..            |