aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2016-05-20First pass at NES ROM support.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-15Started on Gameboy support.Ian C
2016-03-22Updated ignore for example tape files.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-07Initial commitIan C