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..."
 
Ak120 (talk | contribs)
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. It came included in the IBM Device Driver Kit.  
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 !!Version !! Size  !! Comments
!Date||Version||Size||Comments
|-
| 1997-09-16 || n/a || 38,400 bytes || Version 4.00.005
|-
|-
|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 :             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
; -I<path> :       Specify include file search directory
; -I<path> : Specify include file search directory
; -L[a] :         Create a listing file, (-La = list all possible information
; -L[a] : Create a listing file, (-La = list all possible information
; -M{lxu}:         Preserve case of symbols, l=all, x=globals, u=Uppercase Globals
; -M{lxu}: Preserve case of symbols, l=all, x=globals, u=Uppercase Globals
; -n :             No symbol table summary in listing file
; -n : No symbol table summary in listing file
; -t :             Suppress any messages if assembly is successful
; -t : Suppress any messages if assembly is successful
; -w{012}:         Control warnings: 0=none, 1=serious, 2=advisory
; -w{012}: Control warnings: 0=none, 1=serious, 2=advisory
; -X :             Show false conditionals in listing file
; -X : Show false conditionals in listing file
; -Zi :           Generate symbolic debugging information
; -Zi : Generate symbolic debugging information
; -Zd :           Generate line-number debugging information
; -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