Skip to content

Releases: ajkhoury/JetBrains-NASM-Language

NASM-Language-v0.6-beta.1

18 Jul 21:11
be5ec60
Compare
Choose a tag to compare
Pre-release

Upgrade to JDK 17 and update required IDE version to >= 192 to reduce usage of deprecated API.
Improve grammar for labels and macros.

NASM-Language-v0.5-beta.8

21 May 15:18
Compare
Choose a tag to compare
Pre-release

Adds support for conditional preprocessor expressions in structures.

NASM-Language-v0.5-beta.7

26 Mar 01:47
Compare
Choose a tag to compare
Pre-release

Fixed several syntax highlighting errors.

NASM-Language-v0.5-beta.4

22 Mar 14:11
Compare
Choose a tag to compare
Pre-release

Fixes bug where multi-line macro parameters would sometimes cause syntax highlighting errors.
Fixes bug where conditional defines cause syntax highlighting errors.
Adds HLE locking instruction prefixes, and adjusted instruction prefix BNF.

NASM-Language-v0.5-beta.2

04 Dec 04:24
Compare
Choose a tag to compare
Pre-release

Fixed bug causing unresolved references in non ASM files.

NASM-Language-v0.5-beta.0

31 Oct 13:29
Compare
Choose a tag to compare
Pre-release

Adds initial references implementation for goto declaration support.

NASM-Language-v0.4-beta.7

31 Oct 13:27
Compare
Choose a tag to compare
Pre-release

Adds support for back-tick strings.

NASM-Language-v0.4-beta.6

22 Feb 15:53
Compare
Choose a tag to compare
Pre-release
  • Added support for commas in directives.

NASM-Language-v0.4-beta.5

05 Feb 02:29
Compare
Choose a tag to compare
Pre-release
  • Added ability to use size type prefixes for registers.

NASM-Language-v0.4-beta.4

09 Jan 19:56
Compare
Choose a tag to compare
Pre-release
  • Fixed bug where generic identifiers would error if a comment was after it.
  • Fixed highlighting which broke in v0.4.1.
  • Began adding more conditions for conditional expressions.
  • Added ability to use non-local to macro labels.
  • Macro parameters can now be any expression or mnemonic.