X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=jonesforth.S;h=7b6a7571de62b6971d0fe2dd29bd0b23305a4b0c;hb=f1cc78565d2ec5b015e78fba19756ee573f3c957;hp=44e837be3e56c47d6e9010934f9ebe4cc50b100b;hpb=c5eb13093afa5e66283806b8eb95cd3c9648a585;p=rrq%2Fjonesforth.git diff --git a/jonesforth.S b/jonesforth.S index 44e837b..7b6a757 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.29 2007-09-24 00:37:01 rich Exp $ + $Id: jonesforth.S,v 1.30 2007-09-25 09:50:54 rich Exp $ gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S */ - .set JONES_VERSION,29 + .set JONES_VERSION,30 /* INTRODUCTION ----------------------------------------------------------------------