From: rich Date: Fri, 7 Sep 2007 23:35:15 +0000 (+0000) Subject: someTIMES X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=a7db9b5e5c3a2f025463bf84d6701b7892e2e319;p=rrq%2Fjonesforth.git someTIMES --- diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..c7227f0 --- /dev/null +++ b/.cvsignore @@ -0,0 +1 @@ +jonesforth \ No newline at end of file diff --git a/jonesforth.S b/jonesforth.S index e82bd1f..4277547 100644 --- a/jonesforth.S +++ b/jonesforth.S @@ -1,4 +1,4 @@ -/* A somewhat minimal FORTH interpreter for Linux / i386 systems. -*- asm -*- +/* A sometimes minimal FORTH interpreter for Linux / i386 systems. -*- asm -*- * By Richard W.M. Jones * * gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S