Age | Commit message (Collapse) | Author |
|
Still to do:
* ROM type
* ROM checksums
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fixes Gameboy output
* Documentation changes for Gameboy
* Gameboy example now works
|
|
|
|
|
|
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.
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ Added '*' wildcard for macro arguments
+ Allow 'EX' with parameters reversed on the Z80
+ Added simple CP/M example test.
+ Added some files to gitignore
|
|
|
|
|
|
|
|
|