X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=jonesforth.S;h=d0e933ea1ff94a3e8174e1011fcf8b7be9839498;hb=456b467a3ab7761e4f105305bf110c7c1abfb31b;hp=be0420a4f2a080973b506f40b4d42eeb9ca012db;hpb=6c050b5e0db668e80d66b1bbb8e4c3d190bc28d2;p=rrq%2Fjonesforth.git diff --git a/jonesforth.S b/jonesforth.S index be0420a..d0e933e 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.37 2007-09-28 18:55:10 rich Exp $ + $Id: jonesforth.S,v 1.39 2007-09-29 16:05:10 rich Exp $ gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S */ - .set JONES_VERSION,37 + .set JONES_VERSION,39 /* INTRODUCTION ----------------------------------------------------------------------