MASM 8.0 下载 安装方法

时间:2021-09-17 01:15:30



http://www.microsoft.com/downloads/details.aspx?familyid=7A1C9DA0-0510-44A2-B042-7EF370530C64&displaylang=en

获取后,得到的是安装包MASMSetup.exe,没有装VC2005的话,无法安装,解决方法如下:

用winrar解压缩MASMSetup.exe得到:setup.exe

继续用winrar解压缩setup.exe 得到:vc_masm1.cab

继续用winrar解压缩vc_masm1.cab得到:FL_ml_exe__.....  (很长的文件名,省略),将这个文件重命名为ml.exe

测试得到的ml.exe , 应该显示: Microsoft (R) Macro Assembler Version 8.00.50727.104

将ml.exe 拷贝到你的工作目录,即可正常使用。