summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-23Factor out NATIVE_OBJ in MakefileDuncan Smith
2011-06-23Reorganized and commented MakefileDuncan Smith
2010-12-27Cleaned up interrupt routine, now it works properly.Duncan Smith
2010-12-27Made interrupts.asm preprocess with m4Duncan Smith
2010-11-15Woops, I haven't yet converted zexall to a format spasm likes.Duncan Smith
2010-11-15Pattern rule for testbenches addedDuncan Smith
2010-11-15Now I can m4ify any .asm file without having to modify the MakefileDuncan Smith
2010-11-15Fixed compile error, this may be a temporary solutionDuncan Smith
2010-11-15Told a68k to create a listingDuncan Smith
2010-11-15Forgot to delete main.o under `make clean', fixed that.Duncan Smith
2010-11-15Renamed project files to get rid of final bits of “680”.Duncan Smith
2010-11-13RST 30 and 38 were wrong, fixed.Duncan Smith
2010-11-13First bit of the new interrupts code addedDuncan Smith
2010-11-12Tiny non-code changesDuncan Smith
2010-11-12Changed the m4 quotes to be guillemets, which are less likely to get in the wayDuncan Smith
2010-11-12Protection added to prevent m4 from emitting "TIME ,"Duncan Smith
2010-11-12Non-code changes (comments and macro arguments)Duncan Smith
2010-11-12Added support for local labels in opcodesDuncan Smith
2010-11-12Reworked opcodes.asm to use m4. Soon, it will be clean.Duncan Smith
2010-11-10Changes to commentary in interrupts.asmDuncan Smith
2010-11-09Woops, forgot to delete two comments.Duncan Smith
2010-11-09Added guards around all routines that touch ePC or eSP.Duncan Smith
2010-11-09Added loads of interrupt processing code.Duncan Smith
2010-11-09Clarified used/free registers listDuncan Smith
2010-11-09Makefile now has 'make clean' and is very thorough.Duncan Smith
2010-11-09Changed project and binaries name to z680k.Duncan Smith
2010-09-16Cleared up some compiler errorsDuncan Smith
2010-09-14Conditional jumps work now.Duncan Smith
2010-09-14Trivial changes.Duncan Smith
2010-09-13CCF flags :(Duncan Smith
2010-09-13Documentation updateDuncan Smith
2010-09-13Timing correction macro added (as yet nonfunctional)Duncan Smith
2010-09-13Fixed glaring bug in arithmetic routines affecting (HL)Duncan Smith
2010-09-13Speed improvements to some instructions.Duncan Smith
2010-09-13Fixed bug in conditional instructions which take an argumentDuncan Smith
2010-09-13More testcases and a few fixesDuncan Smith
2010-09-13Comments saying what opcodes haven't been tested yetDuncan Smith
2010-09-13Started out on my own test suiteDuncan Smith
2010-09-13Endianness fixes, I don't know how correct these are ...Duncan Smith
2010-09-13Fixed endianness issue in deref :(Duncan Smith
2010-09-13Made zexdoc's writestr routine a bit fasterDuncan Smith
2010-09-13Changed zexdoc to halt instead of jumping into neverneverland when it's doneDuncan Smith
2010-09-13Made HALT instruction halt, even if it's not a very good way to haltDuncan Smith
2010-09-13Small patch to make JR reliableDuncan Smith
2010-09-10XXX UNDO LATER: Performance degrading change to make debugging easierDuncan Smith
2010-09-10Underef routine now should work correctlyDuncan Smith
2010-09-10How could I forget to actually write characters in 'writestr'?Duncan Smith
2010-09-10I think I nailed all the remaining wrong-sized moves of address registers ...Duncan Smith
2010-09-10Widened spacing to 64 bytes/instr to give myself some breathing room for nowDuncan Smith
2010-09-10CALL was mistakenly fetching an extra word and jumping to JP NZ instead of JPDuncan Smith