剛才去MASM32支援論壇(The MASM32 Support Forum,http://www.masm32.com/board/index.php)轉了轉,在 The Workshop 版看到一個置頂貼:
MASM now on the Web!
http://www.masm32.com/board/index.php?topic=4970.0
發貼者者為kanggatl,內容如下:
/--------
After quite a bit of work and discussion, we now have Microsoft MASM available on the web (and there were some on this board that helped drive the discussions).
It does require VC Express SKU, which has no cost (if you have the other Visual Studio SKUs, they already include MASM). The link is at: http://www.microsoft.com/downloads/details.aspx?FamilyId=7A1C9DA0-0510-44A2-B042-7EF370530C64&displaylang=en
Note that it is for non-commercial use only. Which means you can use it build hobby products, but nothing that you would sell or use to maintain an enterprise or such things. But obviously ideal for the hobbyist or those learning assembly language programming.
Feel free to write if you have any questions,
Kang Su Gatlin
Visual C++ Program Manager
kanggatl AT microsoft DOT com
--------/
開啟 http://www.microsoft.com/downloads/details.aspx?FamilyId=7A1C9DA0-0510-44A2-B04,發現Language下拉式清單中有:
/-----------
Chinese (Simplified)-->簡體中文
Chinese (Traditional)-->繁體中文
English-->英語
Japanese-->日語
Korean-->韓語
-----------/
除了英語,都是亞洲國家的語言^_^。
選擇“Chinese (Simplified)”,點擊[Change]按鈕,自動轉到 http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=7A1C9DA0-0510-44A2-B042-7EF370530C64
Microsoft Macro Assembler 8.0 (MASM) 軟體包 (x86)快速描述Microsoft Macro Assembler 8.0 (MASM) 是一個利用 x86 組合語言程式併產生相應的二進位檔案的工具。快速詳細資料
檔案名稱: |
MASMsetup.EXE |
版本: |
8.0 |
發布日期: |
2006/11/17 |
語言: |
簡體中文 |
下載大小: |
313 KB |
:這個網頁上有個[下載]按鈕……系統要求
- 支援的作業系統: Windows 2000 Service Pack 3; Windows Server 2003; Windows XP Service Pack 2
- 所需軟體:
- Visual C++ 2005 Express 版
- 磁碟空間要求: 1 MB (x86)
說明
- 重要事項:請確保您的電腦上已安裝了 Visual C++ 2005 Express 版。這是安裝本軟體包的必備條件。否則本軟體包將無法安裝。
- 單擊本頁左上方的“下載”按鈕開始下載
- 執行下列操作之一:
- 要立即開始安裝請單擊“運行”。
- 要將下載項複製到電腦供以後安裝,請單擊“儲存”。
- 要取消安裝,單擊“取消”。
- 請按照安裝程式給出的指令進行操作。
- 本應用程式,ml.exe,將被安裝到您的“[Visual C++ Express]/bin”目錄。
在
http://www.masm32.com/board/index.php?topic=4970.0
的回複中一些安裝時可能出現的問題和解決方案:
Q:---------------
I unziped this but I took setup.exe, vc_masm1.cab and vc_masm.msi.
If I run setup.exe or vc_masm.msi, I take a message that tell me
that VC Express required.
---------------------
A:---------------
the problem was in
MSVCR80.DLL.
I downloaded the vcredist_x86.exe, I installed this
and the problem solved.
Now, ML8 runs OK.
---------------------