aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-09-21Imported V1.10V1.10Ian C
2021-09-21Imported V1.9V1.9Ian C
2021-09-21Imported V1.7V1.7Ian Cowburn
2018-09-18Made it so duplicating a label is an error.Ian C
2016-09-14Added option for BASIC loader to Spectrum TAP file.Ian C
2016-05-26Added extra NES ROM options.Ian C
2016-05-20First pass at NES ROM support.Ian C
2016-05-17Added support for 24 bit address labels.Ian C
* Also fixes bug where bank wasn't reset between passes.
2016-05-16SPC700 additions.Ian C
* First completed version of SPC700. Very untested. * Fixed an oddity in the parser regarding quoted values not ending with a separator. These values now appear unquoted with the additional text included in the same argument.
2016-05-12Started on SPC700Ian C
Also: * Added offset to import command. Realised fairly useless, but may as well keep it. * Added setting of address space size to state for PC.
2016-05-11Added option to import only labels from library.Ian C
2016-05-08Changes for V1.2:V1.2Ian C
* Finished library support. * Finished SNES support * Fixed bad email in copyleft headers.
2016-05-06Added documentation for SNES output driver.Ian C
2016-05-03Updated documentation to include 65c816.Ian C
2016-04-25Missed a typo. Always the case.Ian C
2016-04-25Fixed a couple of typos in the docs.Ian C
2016-04-25Further changes for 65c816 (still broken build)Ian C
2016-04-20Removed modulus and added '%' as a binary format marker.Ian C
2016-04-19Fixes Gameboy outputIan C
* Fixes Gameboy output * Documentation changes for Gameboy * Gameboy example now works
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-10Updated usage with version ready for tagging.Ian C
2016-04-06Added ZX81 output driverIan C
2016-03-22Fixes to T64 output.Ian C
2016-03-21Added initial version of T64 output driver.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-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-07Updated README and copied latest version in.Ian C