Version 47
[jonesforth.git] / jonesforth.S
2009-09-11 richVersion 47 master
2009-09-11 richFix ROT/-ROT (Ian Osgood).
2007-10-22 richFix test_read_file so it reads its own output (which...
2007-10-11 richImplement 2DROP, 2DUP, 2SWAP as asm primitives.
2007-10-10 richAssembly code.
2007-10-07 richRestructure Makefile to add automated tests.
2007-09-29 richAdded O_* constants for open(2) syscall
2007-09-29 richLinux system calls added and SYSEXIT removed.
2007-09-29 richUpdate version
2007-09-28 richFix last EXIT in SEE
2007-09-28 richAdded ?DUP
2007-09-27 richPartially working version of SEE
2007-09-26 richVersion 35 for release.
2007-09-26 richJust comment updates
2007-09-26 richJust comment updates
2007-09-26 richVersion 32.
2007-09-25 rich/MOD as primitive to replace / and MOD
2007-09-25 richComment changes.
2007-09-24 richThis gets S" and ." right.
2007-09-24 richSplit into two files.
2007-09-24 richMinor text change
2007-09-23 richStrangeness in Squote definition.
2007-09-23 richNew DOT function, BASE, DECIMAL, HEX, WITHIN, TO+,...
2007-09-23 richID. and WORDS
2007-09-23 richID. and WORDS
2007-09-23 richVersion 22 -- still debugging ID. word
2007-09-23 richAdded link to another tutorial, and tiny change in...
2007-09-15 richLots of typos fixed.
2007-09-08 richSome doc updates.
2007-09-08 richAdded JONESFORTH VERSION ... when starting up.
2007-09-08 richLots of documentation fixes, and minor tweaks.
2007-09-08 richFixed a few typos.
2007-09-08 richPD release.
2007-09-08 richFinished documentation
2007-09-08 richMore documentation.
2007-09-08 richMore documentation.
2007-09-08 richInput and output, dictionaries, compiling.
2007-09-08 richMore docs
2007-09-08 richDocument macros.
2007-09-08 richReturn stack, DOCOL
2007-09-08 richIndirect threaded code
2007-09-08 richThe header.
2007-09-08 richStarted writing.
2007-09-07 richFix the flags to ADDSTORE, SUBSTORE and fix dot-quote...
2007-09-07 richsomeTIMES
2007-09-07 richALLOT, +!, -!
2007-09-06 richAdded FORTH interpreter and older versions.