X-Git-Url: http://git.annexia.org/?p=jonesforth.git;a=blobdiff_plain;f=jonesforth.S;h=3409cb8232c80881f8b5ffabead0099a610f59e9;hp=6dccceb892233fd5f27e3921bf385a96d6f815c2;hb=a2e824fd9d9b81d143db5e670bf8fcad4a78bb4d;hpb=371cf1731235a8c596858fd2859a6fe537eed424 diff --git a/jonesforth.S b/jonesforth.S index 6dccceb..3409cb8 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.31 2007-09-25 21:46:20 rich Exp $ + $Id: jonesforth.S,v 1.32 2007-09-26 22:20:52 rich Exp $ gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S */ - .set JONES_VERSION,30 + .set JONES_VERSION,32 /* INTRODUCTION ----------------------------------------------------------------------