From: rich Date: Sun, 23 Sep 2007 11:00:30 +0000 (+0000) Subject: Added link to another tutorial, and tiny change in ascii art. X-Git-Url: http://git.annexia.org/?p=jonesforth.git;a=commitdiff_plain;h=39cfc5a21d8fecd238b10c721018c5d434dfe7bc;ds=sidebyside Added link to another tutorial, and tiny change in ascii art. --- diff --git a/jonesforth.S b/jonesforth.S index d110e6c..c73dd32 100644 --- a/jonesforth.S +++ b/jonesforth.S @@ -1,7 +1,7 @@ /* A sometimes minimal FORTH compiler and tutorial for Linux / i386 systems. -*- asm -*- By Richard W.M. Jones 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 @@ -410,7 +412,7 @@ +-----> +------------------+ | codeword -------+ +------------------+ | - now we're | assembly to <------+ + now we're | assembly to <-----+ executing | implement + | this | .. | function | .. |