Skip to content

Releases: TollyH/AssEmbly-VSCode

Release 4.0.0

02 Jun 00:31
689c2a8
Compare
Choose a tag to compare

Made for AssEmbly version 4.0.x

  • Updated to recognise instructions and syntax added/modified in AssEmbly 4.0.0
  • Macro disabling blocks (!>...<!) are now automatically closed when the opening characters are typed.

Release 3.2.0

10 Apr 01:13
f7dd9cc
Compare
Choose a tag to compare

Made for AssEmbly version 3.2.x

  • Updated to recognise directives and syntax added/modified in AssEmbly 3.2.0
  • Lines that are not assembled into the final program (such as those in an %IF block whose condition did not pass) are now greyed out
  • Hovering over diagnostics will now show the name of the macro they were raised by, if applicable
  • Added configuration options for the linting assembler
  • Added a configuration option allowing the same file to always be used as the base file when linting
  • Added autocompletion for assembler constants
  • Fixed hover tooltips not working correctly on indented lines
  • Changed "label" to "address" in mnemonic hover descriptions
  • Release under GPLv3 license in line with the main project

Release 3.1.0

08 Feb 01:25
f44e2f8
Compare
Choose a tag to compare

Made for AssEmbly version 3.1.x

  • Updated to recognise directives added in AssEmbly 3.1.0

Release 3.0.0

08 Jan 23:17
b4f5c94
Compare
Choose a tag to compare

Made for AssEmbly version 3.0.x

  • Updated to recognise instructions added in AssEmbly 3.0.0
  • Fixed outdated tooltip for the rsf register

Release 2.1.0

11 Nov 22:48
7dad6d8
Compare
Choose a tag to compare

Made for AssEmbly version 2.1.x

  • Updated to support character literals as added in AssEmbly 2.1.0, including syntax highlighting, as well as tooltips that display the resulting numeric value of the literal
  • Hover tooltips now display for negative and floating point literals
  • Label definitions and mnemonics will now be correctly highlighted when indented

Release 2.0.0

24 Oct 18:41
3e75254
Compare
Choose a tag to compare

Made for AssEmbly version 2.0.x

  • Updated to support new features added in AssEmbly 2.0.0, including:
    • Recognition and descriptions for new instructions and numeric literal formats
    • Displaying the extension set that an instruction belongs do when hovering over it
  • Syntax highlighting is now correct for items that are followed immediately by a comment

Release 1.1.0

20 Aug 20:30
c3812db
Compare
Choose a tag to compare

Made for AssEmbly version 1.1.x

  • Updated to support new features added in AssEmbly 1.1.0, including:
    • Highlighting errors, warnings, and suggestions raised by the assembler for your source files as you write them
    • Recognising the new ANALYZER directive
    • Colouring escape sequences differently in strings

Release 1.0.0

02 Aug 01:11
7b2b5c3
Compare
Choose a tag to compare

Made for AssEmbly version 1.0.0

Official release to line-up with release of the language itself (no changes from last pre-release)

Pre-release 1.0.0-pre4

01 Aug 15:07
706fcb7
Compare
Choose a tag to compare
Pre-release

Made for version 1.0.0-pre14 of AssEmbly

Pre-release 1.0.0-pre3

05 Jan 23:59
Compare
Choose a tag to compare
Pre-release

Made for versions 1.0.0-pre6 to 1.0.0-pre13 of AssEmbly