| Age | Commit message (Expand) | Author |
| 2010-11-15 | Told a68k to create a listing | Duncan Smith |
| 2010-11-15 | Forgot to delete main.o under `make clean', fixed that. | Duncan Smith |
| 2010-11-15 | Renamed project files to get rid of final bits of “680”. | Duncan Smith |
| 2010-11-13 | RST 30 and 38 were wrong, fixed. | Duncan Smith |
| 2010-11-13 | First bit of the new interrupts code added | Duncan Smith |
| 2010-11-12 | Tiny non-code changes | Duncan Smith |
| 2010-11-12 | Changed the m4 quotes to be guillemets, which are less likely to get in the way | Duncan Smith |
| 2010-11-12 | Protection added to prevent m4 from emitting "TIME ," | Duncan Smith |
| 2010-11-12 | Non-code changes (comments and macro arguments) | Duncan Smith |
| 2010-11-12 | Added support for local labels in opcodes | Duncan Smith |
| 2010-11-12 | Reworked opcodes.asm to use m4. Soon, it will be clean. | Duncan Smith |
| 2010-11-10 | Changes to commentary in interrupts.asm | Duncan Smith |
| 2010-11-09 | Woops, forgot to delete two comments. | Duncan Smith |
| 2010-11-09 | Added guards around all routines that touch ePC or eSP. | Duncan Smith |
| 2010-11-09 | Added loads of interrupt processing code. | Duncan Smith |
| 2010-11-09 | Clarified used/free registers list | Duncan Smith |
| 2010-11-09 | Makefile now has 'make clean' and is very thorough. | Duncan Smith |
| 2010-11-09 | Changed project and binaries name to z680k. | Duncan Smith |
| 2010-09-16 | Cleared up some compiler errors | Duncan Smith |
| 2010-09-14 | Conditional jumps work now. | Duncan Smith |
| 2010-09-14 | Trivial changes. | Duncan Smith |
| 2010-09-13 | CCF flags :( | Duncan Smith |
| 2010-09-13 | Documentation update | Duncan Smith |
| 2010-09-13 | Timing correction macro added (as yet nonfunctional) | Duncan Smith |
| 2010-09-13 | Fixed glaring bug in arithmetic routines affecting (HL) | Duncan Smith |
| 2010-09-13 | Speed improvements to some instructions. | Duncan Smith |
| 2010-09-13 | Fixed bug in conditional instructions which take an argument | Duncan Smith |
| 2010-09-13 | More testcases and a few fixes | Duncan Smith |
| 2010-09-13 | Comments saying what opcodes haven't been tested yet | Duncan Smith |
| 2010-09-13 | Started out on my own test suite | Duncan Smith |
| 2010-09-13 | Endianness fixes, I don't know how correct these are ... | Duncan Smith |
| 2010-09-13 | Fixed endianness issue in deref :( | Duncan Smith |
| 2010-09-13 | Made zexdoc's writestr routine a bit faster | Duncan Smith |
| 2010-09-13 | Changed zexdoc to halt instead of jumping into neverneverland when it's done | Duncan Smith |
| 2010-09-13 | Made HALT instruction halt, even if it's not a very good way to halt | Duncan Smith |
| 2010-09-13 | Small patch to make JR reliable | Duncan Smith |
| 2010-09-10 | XXX UNDO LATER: Performance degrading change to make debugging easier | Duncan Smith |
| 2010-09-10 | Underef routine now should work correctly | Duncan Smith |
| 2010-09-10 | How could I forget to actually write characters in 'writestr'? | Duncan Smith |
| 2010-09-10 | I think I nailed all the remaining wrong-sized moves of address registers ... | Duncan Smith |
| 2010-09-10 | Widened spacing to 64 bytes/instr to give myself some breathing room for now | Duncan Smith |
| 2010-09-10 | CALL was mistakenly fetching an extra word and jumping to JP NZ instead of JP | Duncan Smith |
| 2010-09-10 | Fix to make PUSHW use d2 instead of d0 | Duncan Smith |
| 2010-09-10 | Two more fixes | Duncan Smith |
| 2010-09-10 | Lazy, slow hack to FETCHW and FETCHWI becuase I forgot about endianness | Duncan Smith |
| 2010-09-10 | Trying to get the zexdoc testbench to run. | Duncan Smith |
| 2010-09-10 | Added stubs for putting the emulated screen into a TIOS-drawn window. | Duncan Smith |
| 2010-09-10 | Completely patched zexdoc to assemble with SPASM. | Duncan Smith |
| 2010-09-08 | Some more changes, spasm almost doesn't complain anymore! | Duncan Smith |
| 2010-09-08 | Working on adapting zexdoc to work in spasm | Duncan Smith |