language-65asm/CHANGELOG.md

25 lines
888 B
Markdown
Raw Permalink Normal View History

2020-01-27 20:40:47 +00:00
# v10.4.0
2020-01-27 20:39:27 +00:00
* Fix operator regex for ACME grammar (again) [#17](https://github.com/MatthewCallis/language-65asm/pull/17)
2018-12-19 20:16:58 +00:00
# v10.0.0
* Add support for asm6 assembler
2018-06-21 17:47:11 +00:00
# v9.0.0
Added https://github.com/georgjz as a collaborator 🎉
* Updated ACME Grammar (https://github.com/MatthewCallis/language-65asm/pull/11)
* Fix DASM & Merlin, add ASAR, improve CC65 (https://github.com/MatthewCallis/language-65asm/pull/10):
* Added a new grammar to support [Asar Assembler](https://github.com/RPGHacker/asar)
* Added SPC700 and SuperFX opcodes (extracted from the SNES cc65 grammar)
* DASM and Merlin should work now
* cc65
* Added some missing commands and constants
* Changed some scopes to improve readability
* Added a new grammar for the linker config files ld65 uses
* Updated the link in README.md
* Fixed hex numbers with a trailing h
* Add missing commands to WDC tools