Jump to content

Masm2alp.exe: Difference between revisions

From EDM2
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..."
 
No edit summary
Line 12: Line 12:
  masm [options] source(.asm),[out(.obj)],[list(.lst)],[cref(.crf)][;]
  masm [options] source(.asm),[out(.obj)],[list(.lst)],[cref(.crf)][;]


===Options==
===Options===
; -d :              Output pass 1 information in listing file
; -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

Revision as of 16:19, 1 January 2018

This is the MASM-Compatible Command Line Driver for Assembly Language Processor executable file. It came included in the IBM Device Driver Kit.

Versions

Date Version Size Comments
1997-09-16 n/a 38,400 bytes Version 4.00.005

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