Skip to content

migeran/vscode-asm-syntaxhighlight

 
 

Repository files navigation

vscode-asm-syntaxhighlight

Write assembler with proper syntax highlighting.

billede

Features

Adds support for

  • File extensions:
    • .s
    • .asm
    • .6502
  • Syntax highlighting:
    • VASM
      • Oldstyle flavor
  • Instructionsets:
    • 6502

This extension does not currently aim toward supporting your current syntax-highlighing theme

Requirements

This extension contains everything you need, no extra steps.

Extension Settings

None yet

Known Issues

This is a bare bone extension in its current state, many features still lack and bugs is likly to appere. Please check issues tab in the GitHub repository.

Release Notes

[released] ALPHA 0.2.3

  • Numbers in labels
  • Tabs and spaces supported everywhere
  • Syntax scopes guided inline with more general scopes - improving compatibility with existing themes

For convenience

  • ALL CAPS matches constant scope
  • all lowercase matches volatile memory address scope

[released] ALPHA 0.2.2

  • Same as 0.2.1

[available] 0.2.1

  • No optimazation
  • Syntax highlighting in adequeade state

[unreleased] 0.1.1

  • No optimazation
  • Syntax highlighting implemented

[unreleased] 0.0.1

  • No optimazation
  • Support for file-extensions

About

VSCode syntaxes for assembler. Primarily targeting VASM oldstyle.

Resources

Stars

Watchers

Forks

Packages

No packages published