Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>NASM?EXNew to Visual Studio Code? Get it now.
NASM?EX

NASM?EX

K1tsun1x

|
3 installs
| (0) | Free
Extension for NASM (Netwide Assembler) assembly language (.asm)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NASM?EX

NASM?EX is a Visual Studio Code extension that provides syntax highlighting and autocompletion for NASM (Netwide Assembler) assembly language files (.asm).

Features

  • Syntax highlighting for labels, keywords, directives, constants, etc.
  • Autocompletion for keywords, directives, registers, etc.
  • Snippets with placeholders

Snippets

Value Value
def %define NAME VALUE
macr %macro NAME NUM_ARGS
%endmacro
st %struc NAME
FIELD_NAME FIELD_TYPE FIELD_SIZE
%endstruc
pr %proc NAME
%endproc

License

This extension is released under The Unlicense.

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