Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Language Support for NASMNew to Visual Studio Code? Get it now.
Language Support for NASM

Language Support for NASM

Vodculen

|
9 installs
| (0) | Free
Adds refactoring, Intellisense, and formatting for NASM
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Language Support For NASM

Language Support for NASM implements refactoring, Intellisense, and formatting for NASM.

Features

  • Syntax Highlighting to make reading and debugging the code a bit easier. It has a consistent highlighting style between:
    • Keywords
    • Strings
    • Comments
    • Numbers (hex, dec, oct, bin)
    • Registers
    • Operators
    • Labels (Builtin, User-defined)
  • Code Snippets making repetitive parts of Assembly quicker and easier to write. Such as variable and label declaration, "Hello world!" program, the boilerplate to make a runnable program, and more to come.
  • Error Checker to make it easier to fix the code without having to run it in the Terminal every-time.
  • Autocompletion for the people who are to lazy to type out a 3 letter mnemonic instruction (me included).
  • More Coming Soon!

Requirements

  • VS Code: Download the latest version of VS Code here
  • NASM: Install the NASM Assembler here

Extension Settings

None

Known Issues

None

Release Notes

Currently in Development

View the Changelog here

For More Information

  • NASM Documentation
  • VS Code Documentation

Enjoy working in NASM with this plugin!

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