Skip to content

Releases: maziac/asm-code-lens

More fixes

17 Jul 11:31
Compare
Choose a tag to compare
  • Fixes:
    • #40: "Hover display incorrect"
    • #41: "No completion of local label"

Fixes

10 Jul 16:52
Compare
Choose a tag to compare

Fixes:
- #39: "Wrong substitution: e.label"
- #38: "Completion: wrong label"
- #37: "Outline: Data label shown as code"
- #36: "Outline: STRUCTs wrong."
- #34: "local labels not recognized properly?"
- #33: "Quarte in binary numbers highlighted wrong"
- #32: "ENDS not correctly colored"
- #31: "Some grammar for Z80N missing"
- #30: "Goto definition to local label not working"

Outline View

15 May 10:00
Compare
Choose a tag to compare

Outline view and "//" style comments.

Linux

07 Mar 09:43
Compare
Choose a tag to compare

Should now work on Linux as well.

sjasmplus labels

30 Dec 23:28
Compare
Choose a tag to compare

Fixed falsy recognition of opcodes as labels.

Bugfixes

04 Aug 15:19
Compare
Choose a tag to compare

Improved 'Goto Definition' and 'Rename' for concatenated (sjasmplus) labels.

File globbing and label fix

16 Jul 20:51
Compare
Choose a tag to compare
  • Fixed error reading files, sometimes wrong data was read, i.e. sometimes labels were not found.
  • Settings fixed.
  • Added settings for globbing include and exclude files.

Completions for sjasmplus keywords and z80 instructions

09 Apr 20:45
Compare
Choose a tag to compare
  • Fix for hovering local labels.
  • Completions for z80 instructions and sjasmplus keywords.

Rework to support dot notation (sjasmplus)

08 Apr 17:23
Compare
Choose a tag to compare
  • Better support fo sjasmplus dot label notation.
  • Support for sjasmplus macros.
  • Recognizes sjasmplus MODULE keyword in assembly files.
  • 'Go to definition' also for INCLUDE files.
  • Completions implemented. Also supports sjasmplus dots notation and MODULEs.
  • New settings: enableCompletions, completionsRequiredLength.
  • Unit tests for regular expressions.
  • Configurable through settings.json.
  • Added syntax highlighting.