| Age | Commit message (Expand) | Author |
| 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 |
| 2010-11-10 | Changes to commentary in interrupts.asm | Astrid Smith |
| 2010-11-09 | Woops, forgot to delete two comments. | Astrid Smith |
| 2010-11-09 | Added guards around all routines that touch ePC or eSP. | Astrid Smith |
| 2010-11-09 | Added loads of interrupt processing code. | Astrid Smith |
| 2010-11-09 | Clarified used/free registers list | Astrid Smith |
| 2010-11-09 | Makefile now has 'make clean' and is very thorough. | Astrid Smith |
| 2010-11-09 | Changed project and binaries name to z680k. | Astrid Smith |
| 2010-09-16 | Cleared up some compiler errors | Astrid Smith |
| 2010-09-14 | Conditional jumps work now. | Astrid Smith |
| 2010-09-14 | Trivial changes. | Astrid Smith |
| 2010-09-13 | CCF flags :( | Astrid Smith |
| 2010-09-13 | Documentation update | Astrid Smith |
| 2010-09-13 | Timing correction macro added (as yet nonfunctional) | Astrid Smith |
| 2010-09-13 | Fixed glaring bug in arithmetic routines affecting (HL) | Astrid Smith |
| 2010-09-13 | Speed improvements to some instructions. | Astrid Smith |
| 2010-09-13 | Fixed bug in conditional instructions which take an argument | Astrid Smith |
| 2010-09-13 | More testcases and a few fixes | Astrid Smith |
| 2010-09-13 | Comments saying what opcodes haven't been tested yet | Astrid Smith |
| 2010-09-13 | Started out on my own test suite | Astrid Smith |