Skip to content

Releases: maziac/asm-code-lens

Internal refactoring

19 Feb 22:03
Compare
Choose a tag to compare

PackageInfo refactored.

#

05 Feb 19:16
Compare
Choose a tag to compare
#
  • Solved issue #54: Using "# " as comment instead of "#".

Toggle

01 Feb 17:10
Compare
Choose a tag to compare
  • PR from chrijbel: Added support for changing the line comment prefix to use with VS Code keybindings: Toggle/Add Line Comment.
  • Icon for hex calculator added.

Linux CamelCase

13 Jan 16:46
Compare
Choose a tag to compare
  • Fixed #52: CamelCase filename issue in Linux.

v1.6.3

10 Jan 18:09
Compare
Choose a tag to compare

Fixed 'Illegal argument' error.

Regression

10 Jan 11:19
Compare
Choose a tag to compare
  • Regression fixed: Issue #30: Goto definition to local label not working
  • Regression fixed: what's new command.

Hex Calc - the 2nd

10 Jan 10:12
Compare
Choose a tag to compare
  • Fixed: missing manifest.

HEX Calculator

09 Jan 21:43
Compare
Choose a tag to compare

Added a hex calculator for the sidebar.

SLDOPT

04 Dec 17:23
Compare
Choose a tag to compare
  • Added syntax highlighting for SLDOPT sjasmplus keyword thanks to kborowinski.
  • Fixed sjasmplus OUTEND highlighting thanks to kborowinski.

v1.5.8

23 Oct 14:06
Compare
Choose a tag to compare
  • Fixed #46: Syntax highlighting: clash of Z80 vs. x86
  • Added syntax highlighting for DeZog WPMEM, LOGPOINT and ASSERTION.
  • Flags in Z80 jp, jr and call are now highlighted in different color than mnemonic.