Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Programming Languages
>
NASM Assembler Syntax
New to Visual Studio Code?
Get it now.
NASM Assembler Syntax
prime_seven
|
2,422 installs
|
(
0
)
|
Free
NASM assembler syntax highlighting
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
Features
First Image - A basic real mode program that reads input and prints it out on the screen
Second Image - Assembly code generated by gcc with intel syntax (Note that this image is generating for the GNU assembler, so it's not completely compatible)
Third Image - More gcc generated code
Known Issues
None at the moment