X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=jonesforth.S;h=8b02f1bba635be8a05300df9139b91f81c5beb41;hb=092aa5189f24fbfb1714c1d2d31c26a666102c3c;hp=ad932613969f820c01d75d06ffaf17429dfbdfd7;hpb=c089529de15a934abb14f8e9b0aa5ef08e6edd00;p=rrq%2Fjonesforth.git diff --git a/jonesforth.S b/jonesforth.S index ad93261..8b02f1b 100644 --- a/jonesforth.S +++ b/jonesforth.S @@ -1,11 +1,11 @@ /* 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.44 2007-10-11 07:38:31 rich Exp $ + $Id: jonesforth.S,v 1.45 2007-10-22 18:53:13 rich Exp $ gcc -m32 -nostdlib -static -Wl,-Ttext,0 -Wl,--build-id=none -o jonesforth jonesforth.S */ - .set JONES_VERSION,44 + .set JONES_VERSION,45 /* INTRODUCTION ----------------------------------------------------------------------