◄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. -♦-