October 2018
Beginner to intermediate
436 pages
9h 36m
English
Also known as Microsoft Macro Assembler, MASM has been around for more than 30 years. It is maintained by Microsoft and is part of the Visual Studio product. It was developed for compiling x86 source code to executable code.
Compiling takes two steps: compiling the source into an object file, then linking all necessary modules required by the object file into a single executable.

The MASM package comes along with a text editor that has the menu containing the compiler and linker to build the source as an executable. This comes very handy as there is no need to go to the command line to run the compiler and linker to build the executable. ...
Read now
Unlock full access