求VS2010汇编语言的高亮设置方法!

时间:2020-12-28 16:39:54
我们老师讲的方法是:
Here are the required steps to set up MASM syntax highlighting in Visual Studio or Visual C++ Express:

1) Download the Usertype.dat file given here to a folder in which you have read/write permissions. If you are using Windows Vista, download to My Documents, or C:/temp, or any folder that doesn't have security restrictions.

2) Copy Usertype.dat to the C:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE folder. If you are using Windows Vista, it will display a verification window before copying the file.

3) Open Visual Studio or Visual C++ Express, select Options from the Tools menu, select Text Editor , and select File Extension . On the right side of the dialog (shown below), enter asm as the extension, select Microsoft Visual C++ from the Editor list, and click the Add button. Click the OK button to save your changes.
我按照这个一步步做啦,但是还是没有汇编高亮!

9 个解决方案

#1


用VS写汇编不爽鸟,用notepad++吧

#2


vs比较强大的!!

#3


引用 1 楼  的回复:
用VS写汇编不爽鸟,用notepad++吧

vs比较强大的!!

#4


老子直接用记事本写,开个VS用他妹的好长时间去,都可以生完孩子了.再说了,俺装的还是VS11.

#5


引用 4 楼  的回复:
老子直接用记事本写,开个VS用他妹的好长时间去,都可以生完孩子了.再说了,俺装的还是VS11.

记事本怎么调试啊?我是菜鸟!

#6


用记事本写好代码,保存为asm格式,然后打开cmd,用masm编译.
不过说实话,我不会写masm风格的代码,只会nasm的.

#7


都是些  牛人啊

#8


纯汇编没有必要使用VS吧!都已经是汇编了,出错了调试,你可以是用OD跟踪一下。如果是嵌入汇编,那更没有必要要语法高亮了,选一个好一点的文本编辑器就可以了。

#9


http://kipirvine.com/asm/gettingstartedvs2010/#syntax   

亲测可用  

#1


用VS写汇编不爽鸟,用notepad++吧

#2


vs比较强大的!!

#3


引用 1 楼  的回复:
用VS写汇编不爽鸟,用notepad++吧

vs比较强大的!!

#4


老子直接用记事本写,开个VS用他妹的好长时间去,都可以生完孩子了.再说了,俺装的还是VS11.

#5


引用 4 楼  的回复:
老子直接用记事本写,开个VS用他妹的好长时间去,都可以生完孩子了.再说了,俺装的还是VS11.

记事本怎么调试啊?我是菜鸟!

#6


用记事本写好代码,保存为asm格式,然后打开cmd,用masm编译.
不过说实话,我不会写masm风格的代码,只会nasm的.

#7


都是些  牛人啊

#8


纯汇编没有必要使用VS吧!都已经是汇编了,出错了调试,你可以是用OD跟踪一下。如果是嵌入汇编,那更没有必要要语法高亮了,选一个好一点的文本编辑器就可以了。

#9


http://kipirvine.com/asm/gettingstartedvs2010/#syntax   

亲测可用