X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=jonesforth.S;h=6ad3e9221863d36d1bbf9c5d005e77dd860569ae;hb=0b5a6c8763c1050d505e5e0437bde1c4218091be;hp=710bf28bd36422fb190ca34bf70407dc4e22eb08;hpb=3d9ed68493e193d19c47b9cdbae946f2f46f876d;p=rrq%2Fjonesforth.git diff --git a/jonesforth.S b/jonesforth.S index 710bf28..6ad3e92 100644 --- a/jonesforth.S +++ b/jonesforth.S @@ -1,5 +1,6 @@ /* 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). gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S @@ -69,6 +70,13 @@ Also I used this document (http://ftp.funet.fi/pub/doc/IOCCC/1992/buzzard.2.design) which really defies easy explanation. + PUBLIC DOMAIN ---------------------------------------------------------------------- + + I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide. + + In case this is not legally possible, I grant any entity the right to use this work for any purpose, + without any conditions, unless such conditions are required by law. + SETTING UP ---------------------------------------------------------------------- Let's get a few housekeeping things out of the way. Firstly because I need to draw lots of