aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-25Updated READMEIan C
2016-04-25Merge branch 'master' of https://github.com/noddybox/casmIan C
2016-04-25Pre-mergeIan 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-20Updated READMEIan C
2016-04-19Fixes Gameboy outputIan C
* Fixes Gameboy output * Documentation changes for Gameboy * Gameboy example now works
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
Zero page detection wasn't aggressive enough; by only doing the test on the last past, labels weren't being updated till the final pass.
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-10Merge branch 'master' of https://github.com/noddybox/casmV1.0Ian C
2016-04-10Updated usage with version ready for tagging.Ian C
2016-04-07Try using rawgit to output the documentation properly.Ian C
2016-04-06Attempt to make documentation link work.Ian C
2016-04-06Updated READMEIan C
2016-04-06Merge branch 'master' of https://github.com/noddybox/casmIan C
2016-04-06Added ZX81 output driverIan C
2016-03-22Updated ignore for example tape files.Ian 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
+ 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-07Update README.mdIan C
2016-03-07Update README.mdIan C
2016-03-07Updated README and copied latest version in.Ian C
2016-03-07Initial commitIan C