vs2008 syntax highlighting for il assembler
is the开发者_StackOverflow中文版re a way to get visual studio 2008 to do a nice syntax highlighting for the intermediate language?
Actually there is: http://dashingboy.wordpress.com/2009/03/21/masm-syntax-highlighting-in-visual-studio/
Unfortunately not, no. You could use ILIDE# (http://nida.se/ilide/)
It's a small editor for IL-ASM files, with intellisense support.
There is a codeplex addin: http://asmhighlighter.codeplex.com/
精彩评论