在 Visual Studio 2010 實現 MASM(.asm) 高亮度語法顯示
一、參考資料:
MASM syntax highlighting in Visual Studio
二、高亮度語法檔下載:Usertype.dat
三、設定方式:
(1)複製Usertype.dat 檔,到C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE 資料夾中。
(2)開啟Visual Studio 2010
(3)「工具/選項/文字編輯器」->「副檔名」,在右側欄位輸入:asm
(4)關閉Visual Studio 2010,再開啟。
(5)完成:開啟 .asm 檔顯示高亮度結果。
延伸閱讀:
AsmHighlighter - x86 ASM Syntax Highlighting AddIn for Visual Studio :
http://asmhighlighter.codeplex.com/
注意:http://asmhighlighter.codeplex.com/Thread/View.aspx?ThreadId=212295
I used asmHighlighter 1.3 with MASM versions 8, 9 & 10 and the advanced SSE instructions do not highlight or assemble within Visual Studio 2005, 2008 or 2010 ~~~