summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2011-06-23Reorganized and commented MakefileAstrid Smith
2010-11-15Woops, I haven't yet converted zexall to a format spasm likes.Astrid Smith
2010-11-15Pattern rule for testbenches addedAstrid Smith
2010-11-15Now I can m4ify any .asm file without having to modify the MakefileAstrid Smith
2010-11-15Told a68k to create a listingAstrid Smith
2010-11-15Forgot to delete main.o under `make clean', fixed that.Astrid Smith
2010-11-15Renamed project files to get rid of final bits of “680”.Astrid Smith
2010-11-12Reworked opcodes.asm to use m4. Soon, it will be clean.Astrid Smith
2010-11-09Makefile now has 'make clean' and is very thorough.Astrid Smith
2010-11-09Changed project and binaries name to z680k.Astrid Smith
2010-09-16Cleared up some compiler errorsAstrid Smith
2010-09-14Conditional jumps work now.Astrid Smith
Holy shit that was a hairy debug session. I have a lot to look forward to.
2010-09-13Started out on my own test suiteAstrid Smith
2010-09-10Trying to get the zexdoc testbench to run.Astrid Smith
Now, at least, it's integrated into the build system and will be automatically included in built executables.
2010-09-07IO port framework now worksAstrid Smith
A68k is defaulting all my address moves to word size, rather than long. I don't know whether I've expunged all this nonsense yet, but I'm trying. This version executes an infinite loop which writes 'A' to port 00h. I've patched in a write-to-console function on port 00h, so this can be used as a sort of debug monitor.
2010-08-02No-code fixes to make it compileAstrid Smith
2010-08-02Fixed target executable nameAstrid Smith
2010-07-24Created ROM packager utility stubAstrid Smith
2010-07-24Created MakefileAstrid Smith