VSCODE ARM64 AssemblyFeaturesAdds some ARM64 assembly to vscode. Features:
Known IssuesThe syntax highlighting is very basic regex, will probably miss some things. Release NotesVersion 1! Very basic implementation of syntax and hover provider. Might add some sort of completion. 1.0.0Initial release of ARM64. 1.1.0Restructure src and fixed a few regex issues. 1.1.2Support binary literals like "0b101010110" or "#0b1010101010" |