Masm2alp.exe
Appearance
This is the MASM-Compatible Command Line Driver for Assembly Language Processor executable file. It was included with the IBM Device Driver Kit.
Versions
Date | Version | Size | Comments |
---|---|---|---|
1997-09-16 | 4.00.005 | 38,400 B |
Usage
masm [options] source(.asm),[out(.obj)],[list(.lst)],[cref(.crf)][;]
Options
- -d
- Output pass 1 information in listing file
- -D<sym>[=<val>]
- Define a symbol with an optional value
- -I<path>
- Specify include file search directory
- -L[a]
- Create a listing file, (-La = list all possible information
- -M{lxu}
- Preserve case of symbols, l=all, x=globals, u=Uppercase Globals
- -n
- No symbol table summary in listing file
- -t
- Suppress any messages if assembly is successful
- -w{012}
- Control warnings: 0=none, 1=serious, 2=advisory
- -X
- Show false conditionals in listing file
- -Zi
- Generate symbolic debugging information
- -Zd
- Generate line-number debugging information