| Age | Commit message (Expand) | Author |
| 2010-09-13 | Fixed endianness issue in deref :( | Astrid Smith |
| 2010-09-13 | Made zexdoc's writestr routine a bit faster | Astrid Smith |
| 2010-09-13 | Changed zexdoc to halt instead of jumping into neverneverland when it's done | Astrid Smith |
| 2010-09-13 | Made HALT instruction halt, even if it's not a very good way to halt | Astrid Smith |
| 2010-09-13 | Small patch to make JR reliable | Astrid Smith |
| 2010-09-10 | XXX UNDO LATER: Performance degrading change to make debugging easier | Astrid Smith |
| 2010-09-10 | Underef routine now should work correctly | Astrid Smith |
| 2010-09-10 | How could I forget to actually write characters in 'writestr'? | Astrid Smith |
| 2010-09-10 | I think I nailed all the remaining wrong-sized moves of address registers ... | Astrid Smith |
| 2010-09-10 | Widened spacing to 64 bytes/instr to give myself some breathing room for now | Astrid Smith |
| 2010-09-10 | CALL was mistakenly fetching an extra word and jumping to JP NZ instead of JP | Astrid Smith |
| 2010-09-10 | Fix to make PUSHW use d2 instead of d0 | Astrid Smith |
| 2010-09-10 | Two more fixes | Astrid Smith |
| 2010-09-10 | Lazy, slow hack to FETCHW and FETCHWI becuase I forgot about endianness | Astrid Smith |
| 2010-09-10 | Trying to get the zexdoc testbench to run. | Astrid Smith |
| 2010-09-10 | Added stubs for putting the emulated screen into a TIOS-drawn window. | Astrid Smith |
| 2010-09-10 | Completely patched zexdoc to assemble with SPASM. | Astrid Smith |
| 2010-09-08 | Some more changes, spasm almost doesn't complain anymore! | Astrid Smith |
| 2010-09-08 | Working on adapting zexdoc to work in spasm | Astrid Smith |
| 2010-09-07 | Blank files for multibyte opcodes created | Astrid Smith |
| 2010-09-07 | Added testbenches folder | Astrid Smith |
| 2010-09-07 | Fixed the last movea that wasn't size-suffixed | Astrid Smith |
| 2010-09-07 | IO port framework now works | Astrid Smith |
| 2010-09-06 | I actually have a Makefile now, thank you very much. | Astrid Smith |
| 2010-09-06 | Assembler is picky about EQUR apparently ... | Astrid Smith |
| 2010-09-06 | Registers holding emulated registers are now named. | Astrid Smith |
| 2010-09-06 | Registers holding emulated registers are now named. | Astrid Smith |
| 2010-09-06 | Fixes to actually run code | Astrid Smith |
| 2010-08-02 | HACK XXX UNDO LATER Made relative flag references absolute. | Astrid Smith |
| 2010-08-02 | No-code fixes to make it compile | Astrid Smith |
| 2010-08-02 | Fixed target executable name | Astrid Smith |
| 2010-07-24 | Again, I shouldn't be trusted to write C ... | Astrid Smith |
| 2010-07-24 | Created ROM packager utility stub | Astrid Smith |
| 2010-07-24 | Clearly, I shouldn't be trusted to write C. | Astrid Smith |
| 2010-07-24 | Created Makefile | Astrid Smith |
| 2010-07-23 | Merge branch 'master' of git@github.com:chronomex/680 | Astrid Smith |
| 2010-07-23 | Comments about speediness | Astrid Smith |
| 2010-07-23 | First go at program loader created, as yet untested | Astrid Smith |
| 2010-07-23 | Tiny change | Astrid Smith |
| 2010-07-18 | TODO update | Astrid Smith |
| 2010-07-17 | deref wasn't working properly because of insufficient shifting, fixed | Astrid Smith |
| 2010-07-17 | Now initializing PC correctly | Astrid Smith |
| 2010-07-03 | Now it compiles properly. Still doesn't seem to run without address error, t... | Astrid Smith |
| 2010-07-02 | Created initial spec for image format | Astrid Smith |
| 2010-07-02 | Temporary fixes for alignment issues | Astrid Smith |
| 2010-07-02 | GCC complained about pages array being of undefined length, fixed. | Astrid Smith |
| 2010-07-02 | Fix/refactor: bankswap_4000_write -> bankswap_b_write | Astrid Smith |
| 2010-06-30 | Readme edit | Astrid Smith |
| 2010-06-30 | foo | Astrid Smith |
| 2010-06-28 | Minor comment changes | Astrid Smith |