aboutsummaryrefslogtreecommitdiff
path: root/src/casm.c
AgeCommit message (Collapse)Author
2016-05-25Read for V1.3 taggingV1.3Ian C
2016-05-20First pass at NES ROM support.Ian C
2016-05-17Added support for 24 bit address labels.Ian C
* Also fixes bug where bank wasn't reset between passes.
2016-05-12Started on SPC700Ian C
Also: * Added offset to import command. Realised fairly useless, but may as well keep it. * Added setting of address space size to state for PC.
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
* Finished library support. * Finished SNES support * Fixed bad email in copyleft headers.
2016-05-06Added simple library format.Ian C
2016-05-04First pass at SNES ROM output.Ian C
Still to do: * ROM type * ROM checksums
2016-04-28First pass of compilable 65c816 mode.Ian C
2016-04-25Further changes for 65c816 (still broken build)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-17Various fixesIan C
* Added VCS example, which highlighted some bug in the zero page detection. * 6502 fixes for the above. Still a problem with code generation. * Updates to Gameboy code (example still not working in emulator). * Fixed listing not being generated when enabled.
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-20Move output drivers to separate files in preperation for additional drivers.Ian C
2016-03-16Updated banking to work with output.Ian C
2016-03-08Wildcard for args, EX changes and CP/M test.Ian C
+ Added '*' wildcard for macro arguments + Allow 'EX' with parameters reversed on the Z80 + Added simple CP/M example test. + Added some files to gitignore
2016-03-07Updated README and copied latest version in.Ian C