aboutsummaryrefslogtreecommitdiff
path: root/src/6502.c
AgeCommit message (Collapse)Author
2016-05-08Changes for V1.2:V1.2Ian C
* Finished library support. * Finished SNES support * Fixed bad email in copyleft headers.
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-03-07Updated README and copied latest version in.Ian C