Just now I went to The masm32 support forum (the masm32 support forum, http://www.masm32.com/board/index.php) and turned around. In the workshop version, I saw a top post:
MASM now on the web!
Http://www.masm32.com/board/index.php? Topic = 4970.0
The poster is kanggatl. The content is as follows:
/--------
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 cial use only. which means you can use it to build holobby products, but nothing that you wowould need or use to maintain an enterprise or such things. but obviusly 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
--------/
Open http://www.microsoft.com/downloads/details.aspx? Familyid = 7a1c9da0-0510-44a2-b04:
/-----------
Chinese (simplified) --> Simplified Chinese
Chinese (traditional) --> traditional Chinese
English --> English
Japan --> Japanese
Korean --> Korean
-----------/
Except for English, they are all Asian languages ^_^.
Select Chinese (simplified) and click the [change] button to automatically go to The http://www.microsoft.com/downloads/details.aspx? Displaylang = ZH-CN & familyid = 7a1c9da0-0510-44a2-b042-7ef370530c64
Microsoft Macro volume er 8.0 (MASM) Software Package (x86) Quick description Microsoft Macro volume er 8.0 (MASM) is a tool that uses x86 assembly language programs and generates corresponding binary files. Quick details
File Name: |
Masmsetup. exe |
Version: |
8.0 |
Release date: |
2006/11/17 |
Language: |
Simplified Chinese |
Download size: |
313 KB |
: There is a [Download] button on this webpage ...... System Requirements
- Supported operating systems:Windows 2000 Service Pack 3; Windows Server 2003; Windows XP Service Pack 2
- Required software:
- Disk Space Requirements:1 MB (x86)
Description
- Important:Make sure that visual C ++ 2005 Express is installed on your computer. This is a prerequisite for installing this software package. Otherwise, the software package cannot be installed.
- Click "Download" in the upper-left corner of the page to start downloading.
- Perform one of the following operations:
- To start installation immediately, click "run ".
- To copy the downloaded item to your computer for later installation, click Save ".
- To cancel the installation, click Cancel ".
- Follow the instructions provided by the installer.
- This application, ml.exe, will be installed in your "[visual c ++ express]/bin" directory.
In
Http://www.masm32.com/board/index.php? Topic = 4970.0
The following are some possible installation problems and solutions:
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 downloadedVcredist_x86.exe, I installed this
And the problem solved.
Now, ml8 runs OK.
---------------------