X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=jonesforth.S;h=c73dd3200329e2b6d2ae126cbaaf56f52818a6a6;hb=39cfc5a21d8fecd238b10c721018c5d434dfe7bc;hp=d110e6c910b315d7e5797b142992d26330a17b5f;hpb=279fbb489713c126aa4a8c55d56c48b65a08c721;p=rrq%2Fjonesforth.git 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 | .. |