Question: assembly syntax highlight under Visual Studio?

Started by xanatose, August 20, 2008, 11:29:17 PM

Previous topic - Next topic

xanatose

i wonder if someone knows of any addin (either free or payed) for Visual studio 2008 that offer syntax hightlighting for asm files.

If there is none, does anyone knows where can I find information on adding a custom viewer to Visual studio? I know I can just edit the files without the highlighting or do it in an outside editor. But I really like to have both the integration and the hightlighting,


xanatose

not quite what I was looking for, but thanks anyway.

mbot_for_maths


Hi there,

If you have visual studio 2008 this worked great for me:

http://dashingboy.wordpress.com/2009/03/21/masm-syntax-highlighting-in-visual-studio/

you need to change your assem source to replace ; with ;// for comments to highlight.... no biggy.

John