Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Currently all my code looks white in Visual Studio. How do I change it so that the color of font (the code I write in assemply) is changed according to the code that I write. For example, special key words such as mov and add would be in one color. Declaring variables is another color and so on.

What I have tried:

I have tried changing the theme color, but it didn't work
Posted
Updated 10-Jun-16 18:33pm

There is no native syntax highlighting support for ASM in Visual Studio.

There is an extension, AsmHighlighter extension[^], but it's not what I would call "production ready" quality. There are other extensions that it doesn't play nice with.
 
Share this answer
 
You can use/install AsmHighlighter which is x86 ASM Syntax Highlighting AddIn for Visual Studio
you can get it on below link
AsmHighlighter - x86 ASM Syntax Highlighting AddIn for Visual Studio - Home[^]
AsmHighlighter is an extension to Visual Studio that provides syntax highlighting for x86 ASM language. MASM and NASM syntaxes are supported. .
 
Share this answer
 
Save all work. Then go to extensions. Click manage extensions. Search for asmdude. download it and once its done, close out visual.. Let things install from pop up box. Reopen visual and it'll be there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900