fl.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Specifying Assembler Options (/MA)
                                             Up Contents Index Back
─────Specifying Assembler Options (/MA)─────────────────────────────────────
 
     The /MA option allows you to specify Microsoft Macro Assembler
     (MASM) options when including assembly-language filenames on the
     command line.
 
     Syntax: /MA option
 
     The <option> argument is the option to pass to MASM. Use a
     separate /MA option for each assembly-language option. The option
     applies to all of the assembly-language files that follow it on
     the command line, unless another option overrides it.
                                    -♦-