This utility contains a set of software development tools such as the code editor, compiler, linker, debugger and browser for writing new applications.
MASM
MASM is a Windows tool for developing, compiling and debugging the programming code. New modules are generated using the OMF format first introduced in MS-DOS. It is important to mention that MASM is an obsolete program and no longer supported by the developer. The final version is included in Visual Studio.
Installation
You are instructed to unpack the included IMG file into the root directory of a 3,5 inch diskette. The next step is to restart the computer and adjust the BIOS settings to boot from the floppy drive. All operations are performed via the MS-DOS command line.
Assembler capabilities
With the help of this software users can utilize standard Intel syntax for compiling C applications. There is support for 16, 32 and 64-bit sources. Moreover, the assembler is compatible with hundreds of processor instructions.
It is possible to use shorthand mnemonics for segment descriptors. You can quickly generate real mode executables as well. Advanced memory management parameters are available. The resulting apps are fully compliant with the Visual C++ specification and can be modified in any popular development environment.
Features
- free to download and use;
- offers you instruments for writing, compiling and debugging C applications;
- there is support for 16, 32 and 64-bit sources;
- you can use shorthand mnemonics for segment descriptors;
- compiled apps are compatible with Visual Studio;
- compatible with all modern versions of Windows.