The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => The Orphanage => Topic started by: xanatose on August 20, 2008, 11:29:17 PM

Title: Question: assembly syntax highlight under Visual Studio?
Post by: xanatose on August 20, 2008, 11:29:17 PM
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,
Title: Re: Question: assembly syntax highlight under Visual Studio?
Post by: lingo on August 20, 2008, 11:46:45 PM
http://www.kipirvine.com/asm/gettingStarted/index.htm#syntax

Title: Re: Question: assembly syntax highlight under Visual Studio?
Post by: xanatose on August 24, 2008, 06:23:08 PM
not quite what I was looking for, but thanks anyway.
Title: Re: Question: assembly syntax highlight under Visual Studio?
Post by: mbot_for_maths on July 11, 2009, 05:25:17 AM

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