MASM.EXE (MASM 6.x)
Appearance
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