| Age | Commit message (Expand) | Author |
| 2011-10-31 | Makefile update to be 89k instead of 89z | Astrid Smith |
| 2011-10-31 | License clarification | Astrid Smith |
| 2011-10-22 | Special sections for special code | Astrid Smith |
| 2011-10-22 | Makefile cleanup | Astrid Smith |
| 2011-10-22 | Reworked to use the SIERRA linker from TI Flash Studio | Astrid Smith |
| 2011-10-22 | Makefile comments | Astrid Smith |
| 2011-10-22 | Now gas eats it all happily | Astrid Smith |
| 2011-10-21 | Added files I somehow forgot to version earlier today | Astrid Smith |
| 2011-10-21 | Changed comment markers | Astrid Smith |
| 2011-10-21 | First stage of converting to be GAS-compliant | Astrid Smith |
| 2011-10-20 | More size fixes | Astrid Smith |
| 2011-10-20 | Added some of the ED instructions | Astrid Smith |
| 2011-10-20 | Branches to jumps, because I've exceeded the 32K limit in many places | Astrid Smith |
| 2011-10-20 | Documentation | Astrid Smith |
| 2011-10-20 | Loader | Astrid Smith |
| 2011-10-20 | Interrupts and documentation changes | Astrid Smith |
| 2011-07-03 | Space-saving idea? | Astrid Smith |
| 2011-07-03 | Code documentation created | Astrid Smith |
| 2011-06-26 | Resolved potential ambiguity in OP_* macros | Astrid Smith |
| 2011-06-26 | Working on interleaving the various instructions together. Does presently no... | Astrid Smith |
| 2011-06-25 | Speed trick from tezxas added to documentation | Astrid Smith |
| 2011-06-25 | Merge branch 'master' of git@github.com:chronomex/680 | Astrid Smith |
| 2011-06-25 | Make JR ignore page boundaries; relative jumps are now twenty times as fast. | Astrid Smith |
| 2011-06-24 | Make JR ignore page boundaries; relative jumps are now twenty times as fast. | Astrid Smith |
| 2011-06-24 | I spent the afternoon counting cycles. | Astrid Smith |
| 2011-06-24 | Instruction timing worksheet created | Astrid Smith |
| 2011-06-24 | Factored listing name out in makefile | Astrid Smith |
| 2011-06-24 | I had the sense of several Z flag inspections wrong | Astrid Smith |
| 2011-06-24 | More makefile updates | Astrid Smith |
| 2011-06-24 | HOLY CRAP IT PRINTED A STRING | Astrid Smith |
| 2011-06-24 | SPASM doesn't like ' instead of ", so now the testbench console strings will ... | Astrid Smith |
| 2011-06-23 | Factor out NATIVE_OBJ in Makefile | Astrid Smith |
| 2011-06-23 | Reorganized and commented Makefile | Astrid Smith |
| 2010-12-27 | Cleaned up interrupt routine, now it works properly. | Astrid Smith |
| 2010-12-27 | Made interrupts.asm preprocess with m4 | Astrid Smith |
| 2010-11-15 | Woops, I haven't yet converted zexall to a format spasm likes. | Astrid Smith |
| 2010-11-15 | Pattern rule for testbenches added | Astrid Smith |
| 2010-11-15 | Now I can m4ify any .asm file without having to modify the Makefile | Astrid Smith |
| 2010-11-15 | Fixed compile error, this may be a temporary solution | Astrid Smith |
| 2010-11-15 | Told a68k to create a listing | Astrid Smith |
| 2010-11-15 | Forgot to delete main.o under `make clean', fixed that. | Astrid Smith |
| 2010-11-15 | Renamed project files to get rid of final bits of “680”. | Astrid Smith |
| 2010-11-13 | RST 30 and 38 were wrong, fixed. | Astrid Smith |
| 2010-11-13 | First bit of the new interrupts code added | Astrid Smith |
| 2010-11-12 | Tiny non-code changes | Astrid Smith |
| 2010-11-12 | Changed the m4 quotes to be guillemets, which are less likely to get in the way | Astrid Smith |
| 2010-11-12 | Protection added to prevent m4 from emitting "TIME ," | Astrid Smith |
| 2010-11-12 | Non-code changes (comments and macro arguments) | Astrid Smith |
| 2010-11-12 | Added support for local labels in opcodes | Astrid Smith |
| 2010-11-12 | Reworked opcodes.asm to use m4. Soon, it will be clean. | Astrid Smith |