Releases: MatthewCallis/language-65asm
Releases · MatthewCallis/language-65asm
v9.0.0
Added @georgjz as a collaborator 🎉
- Updated ACME Grammar (#11)
- Fix DASM & Merlin, add ASAR, improve CC65 (#10):
- Added a new grammar to support Asar Assembler
- 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
v8.0.0
Bug Fixes from @georgjz:
- ACME grammar had some regex issues and some missing pseudo opcodes that I added; this fixes #8.
- I started reworking DASM and made a mess with my branches. Forget what I said about it, nothing as changed (yet).
- I replaced the '65816 Assembly' grammar with two generic grammars, one for 65816 and the other for 65(C)02. They simply highlight opcodes, comments, and numbers.
- Added missing block comment support for cc65 grammar.
- I streamlined some of the scope names. This should make it easier to add snippets.