Skip to content

ASM/LIST separated

Pre-release
Pre-release
Compare
Choose a tag to compare
@maziac maziac released this 05 Jul 15:25
· 158 commits to main since this release

The new release of asm-code-lens has a new major number.
This is mainly because of the numerous internal changes.
For the user, in the best case, nothing changes.

What is different now is that the *.asm (and the like) files and the *.list files handling is more separated now.
There are different regular expressions searching the asm and list files, making the output more accurate.

The syntax highlighting for list files should also work better, although there are still some ambiguities which cannot be distinguished to 100%.

One change you might see is if you used the includeFiles in the settings.
These are not existing anymore.
Instead the vscode file association is used (this was anyway the default, so if you haven't changed it you will probably not notice it).
All files that are associated with the languageId "Assembler file" (asm-collection) are searched and syntax highlighted.

For list files there is a new languageId "Assembler list file" (asm-list-file).

This is a pre-release. You have to install the vsix directly via the command palette.
Please let me know (error report) if you encounter any problem.