Skip to content

Releases: dfgordon/vscode-language-merlin6502

Merlin 6502 v3.2.0

17 Nov 17:30
Compare
Choose a tag to compare
  • Smarter workspace scans
  • Better disassembly tools

Merlin 6502 v3.1.0

15 Sep 19:12
Compare
Choose a tag to compare

Uses language server v3.2.0. Improves symbol handling, especially interaction of EXT and ENT labels.

Merlin6502 v3.0.1

08 Sep 21:23
Compare
Choose a tag to compare
  • Searching for workspace symbols (ENT labels)
  • Correct a bug in rename symbol (still scoped to doc + includes, however)
  • Correct a bug in address hovers
  • Formatting preserves blank lines

Merlin6502 v3.0.0

25 Aug 13:29
Compare
Choose a tag to compare

The language server has been completely rewritten in rust, and also includes a disk image server. Everything needed is bundled so there are no extra installation steps. This approach should offer better performance and stability.

The most visible new features are folds and dimmed conditional assembly blocks. The disassembler is greatly improved.

Merlin6502 v2.0.0

17 Sep 13:28
Compare
Choose a tag to compare

This adds a workspace context that is aware of the containment relationships between files, involving significant changes under the hood. The main effect is that when editing an include (PUT or USE), label references that depend on the including document are handled.