Jump to content

MASM.EXE (MASM 6.x)

From EDM2
Revision as of 18:29, 4 January 2018 by Martini (talk | contribs)

Masm.exe is the executable file of the Microsoft Macro Assembler.

Versions

Date Version Size Comments
1991/04/02 1:52p N/A 21,025 bytes

Usage

MASM [option...] source(.asm),[out(.obj)],[list(.lst)],[cref(.crf)][;]

Options

/c
Generate cross-reference
/D<sym>[=<val>]
Define symbol
/e
Emulate floating point instructions and IEEE format
/I<path>
Search directory for include files
/l[a]
Generate listing, a-list all
/M{lxu}
Preserve case of labels: l-All, x-Globals, u-Uppercase Globals
/n
Suppress symbol tables in listing
/t
Suppress messages for successful assembly
/w{012}
Set warning level: 0-None, 1-Serious, 2-Advisory
/X
List false conditionals
/Zi
Generate symbolic information for CodeView
/Zd
Generate line-number information