Releases: TollyH/AssEmbly-VSCode
Releases · TollyH/AssEmbly-VSCode
Release 4.0.0
Release 3.2.0
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
Made for AssEmbly version 3.1.x
- Updated to recognise directives added in AssEmbly 3.1.0
Release 3.0.0
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
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
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
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
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
Made for version 1.0.0-pre14 of AssEmbly
Pre-release 1.0.0-pre3
Made for versions 1.0.0-pre6 to 1.0.0-pre13 of AssEmbly