aboutsummaryrefslogtreecommitdiff
path: root/src/example/vcs.asm
AgeCommit message (Collapse)Author
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.