MASM32
From Wikipedia, the free encyclopedia
MASM32 is a set of 32-bit assembler development tools and libraries for Windows containing Microsoft's MASM assembler and linker.
The package includes:
- automatic installation
- own library of functions
- Its own editor set up ready to run ([1])
- Iczelion's tutorials ([2])
- Extensive pre-processor support for high level simulation
- Simply FPU Tutorial by Raymond Filiatreault
- FpuLib library by Raymond Filiatreault
- VKDEBUG debugger by Vladimir Kim ([3])
and more. All the documentation included is very exhaustive and covers all basic programming topics. Still, MASM32 is not a tool for complete beginners to programming. Authors recommend learning any of high-level languages and basics of assembly first.