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,
http://www.kipirvine.com/asm/gettingStarted/index.htm#syntax
not quite what I was looking for, but thanks anyway.
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