Masm2alp.exe: Difference between revisions
Appearance
Created page with "This is the MASM-Compatible Command Line Driver for Assembly Language Processor executable file. It came included in the IBM Device Driver Kit. ==Versions== {| class="wikit..." |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
This is the MASM-Compatible Command Line Driver for Assembly Language Processor executable file. | This is the MASM-Compatible Command Line Driver for Assembly Language Processor executable file. It was included with the IBM Device Driver Kit. | ||
==Versions== | ==Versions== | ||
{| class="wikitable" | {| class="wikitable" | ||
! Date | !Date||Version||Size||Comments | ||
| | |||
| | |||
|- | |- | ||
|1997-09-16||4.00.005||38,400 B|| | |||
|} | |} | ||
Line 12: | Line 11: | ||
masm [options] source(.asm),[out(.obj)],[list(.lst)],[cref(.crf)][;] | masm [options] source(.asm),[out(.obj)],[list(.lst)],[cref(.crf)][;] | ||
===Options== | ===Options=== | ||
; -d : | ; -d : Output pass 1 information in listing file | ||
; -D<sym>[=<val>]: Define a symbol with an optional value | ; -D<sym>[=<val>]: Define a symbol with an optional value | ||
; -I<path> : | ; -I<path> : Specify include file search directory | ||
; -L[a] : | ; -L[a] : Create a listing file, (-La = list all possible information | ||
; -M{lxu}: | ; -M{lxu}: Preserve case of symbols, l=all, x=globals, u=Uppercase Globals | ||
; -n : | ; -n : No symbol table summary in listing file | ||
; -t : | ; -t : Suppress any messages if assembly is successful | ||
; -w{012}: | ; -w{012}: Control warnings: 0=none, 1=serious, 2=advisory | ||
; -X : | ; -X : Show false conditionals in listing file | ||
; -Zi : | ; -Zi : Generate symbolic debugging information | ||
; -Zd : | ; -Zd : Generate line-number debugging information | ||
[[Category:Files]] | [[Category:Files]] |
Latest revision as of 09:44, 21 May 2018
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