首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 嵌入开发 > 汇编语言 >

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

2013-01-06 
求VS2010汇编语言的高亮设置方法!我们老师讲的方法是:Here are the required steps to set up MASM syntax

求VS2010汇编语言的高亮设置方法!
我们老师讲的方法是:
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.
我按照这个一步步做啦,但是还是没有汇编高亮!
[解决办法]
用VS写汇编不爽鸟,用notepad++吧
[解决办法]
用记事本写好代码,保存为asm格式,然后打开cmd,用masm编译.
不过说实话,我不会写masm风格的代码,只会nasm的.
[解决办法]
纯汇编没有必要使用VS吧!都已经是汇编了,出错了调试,你可以是用OD跟踪一下。如果是嵌入汇编,那更没有必要要语法高亮了,选一个好一点的文本编辑器就可以了。

热点排行