MASM

From OSDev.wiki
Revision as of 00:18, 27 June 2007 by osdev>Jhawthorn
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MASM, the Microsoft Macro Assembler, is an assembler for x86. It was created by Microsoft for development of MS-DOS. It targets both 16-bit and 32-bit code.

See Also

External Links