Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Assembly for ARM64New to Visual Studio Code? Get it now.
Assembly for ARM64

Assembly for ARM64

Murray Kornelsen

|
9,555 installs
| (3) | Free
Supporting ARM64 (GAS syntax) assembly in vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCODE ARM64 Assembly

Features

Adds some ARM64 assembly to vscode. Features:

  • File icon
  • Syntax highlighting
  • Hover for link to documentation (https://developer.arm.com/documentation/ddi0602/2022-03?lang=en)

Example

Known Issues

The syntax highlighting is very basic regex, will probably miss some things.

Release Notes

Version 1! Very basic implementation of syntax and hover provider. Might add some sort of completion.

1.0.0

Initial release of ARM64.

1.1.0

Restructure src and fixed a few regex issues.

1.1.2

Support binary literals like "0b101010110" or "#0b1010101010"

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft