aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-05-20Fixed error in NES header (missing zero byte)Ian C
2016-05-20First pass at NES ROM support.Ian C
2016-05-17Added support for 24 bit address labels.Ian C
2016-05-16Added SPC700 test file.Ian C
2016-05-16SPC700 additions.Ian C
2016-05-12Started on SPC700Ian C
2016-05-11Added option to import only labels from library.Ian C
2016-05-08Updated version number for next lot of development.Ian C
2016-05-08Changes for V1.2:V1.2Ian C
2016-05-06Added simple library format.Ian C
2016-05-06Fixed SNES checksum.Ian C
2016-05-04First (bad) attempt at SNES checksum.Ian C
2016-05-04First pass at SNES ROM output.Ian C
2016-05-03Merge branch 'master' of https://github.com/noddybox/casmIan C
2016-05-03Checked 65c816 output using dispel.Ian C
2016-04-28Fixed missing return from function.Ian C
2016-04-28First pass of compilable 65c816 mode.Ian C
2016-04-25Further changes for 65c816 (still broken build)Ian C
2016-04-20Started on 65c816 (not yet compilable)Ian C
2016-04-20Removed modulus and added '%' as a binary format marker.Ian C
2016-04-20Updates ready for tagging.V1.1Ian C
2016-04-19Fixes Gameboy outputIan C
2016-04-19Fixs to GB 16-bit register load op and othersIan C
2016-04-18Update Gameboy test (still not working)Ian C
2016-04-18Fixed problem with zero page detection.Ian C
2016-04-17Various fixesIan C
2016-04-15Started on Gameboy support.Ian C
2016-04-10Updated usage with version ready for tagging.Ian C
2016-04-06Added ZX81 output driverIan C
2016-03-22Fixes to T64 output.Ian C
2016-03-21Added initial version of T64 output driver.Ian C
2016-03-21Added missing files from previous commit.Ian C
2016-03-20Move output drivers to separate files in preperation for additional drivers.Ian C
2016-03-19Moved documentation to an hand-crafted HTML file.Ian C
2016-03-16Updated banking to work with output.Ian C
2016-03-14Initial code for handling of memory banks.Ian C
2016-03-08Fixed prototype of SetNeededPasses()Ian C
2016-03-08Wildcard for args, EX changes and CP/M test.Ian C
2016-03-07Updated README and copied latest version in.Ian C