X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=jonesforth.S;h=f6f873d220e1d977462aeac983e95c12c6153043;hb=7607703b4ef5d8db25b3f69bb3bb5256644cf733;hp=681f9a89fcb319f1292ffbef962d7db9c4283c96;hpb=194e3f36f539ff90540bfb780cfbd424d7f6aaec;p=rrq%2Fjonesforth.git diff --git a/jonesforth.S b/jonesforth.S index 681f9a8..f6f873d 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.33 2007-09-26 22:47:49 rich Exp $ + $Id: jonesforth.S,v 1.35 2007-09-26 22:55:50 rich Exp $ gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S */ - .set JONES_VERSION,32 + .set JONES_VERSION,35 /* INTRODUCTION ----------------------------------------------------------------------