Skip to content

Releases: MatthewCallis/language-65asm

v9.0.0

21 Jun 17:55
Compare
Choose a tag to compare

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

04 Jun 16:10
Compare
Choose a tag to compare

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.

v5.0.0

24 Mar 00:36
Compare
Choose a tag to compare
  • Add cc65 SNES syntax (65816, spc700, superfx) from ARM9
  • README updates