25.07.2013 Views

CSCI 240 - Assembly Language Programming - MASM & Intel Docs

CSCI 240 - Assembly Language Programming - MASM & Intel Docs

CSCI 240 - Assembly Language Programming - MASM & Intel Docs

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Option Action<br />

Filename: LMARFC01.DOC Project: <strong>MASM</strong> 6.1<br />

Template: MSGRIDA1.DOT Author: Mike Eddy Last Saved By: Launi Lockard<br />

Revision #: 54 Page: 13 of 13 Printed: 10/02/00 04:13 PM<br />

/Fefilename Names the executable file.<br />

/Fl[filename] Generates an assembled code listing. See /Sf.<br />

/Fm[filename] Creates a linker map file.<br />

/Fofilename Names an object file.<br />

Error! Style not defined. 13<br />

/FPi Generates emulator fixups for floating-point arithmetic (mixedlanguage<br />

only).<br />

/Fr[filename] Generates a Source Browser .SBR file.<br />

/FR[filename] Generates an extended form of a Source Browser .SBR file.<br />

/Gc Specifies use of FORTRAN- or Pascal-style function calling<br />

and naming conventions. Same as OPTION<br />

LANGUAGE:PASCAL.<br />

/Gd Specifies use of C-style function calling and naming<br />

conventions. Same as OPTION LANGUAGE:C.<br />

/H number Restricts external names to number significant characters. The<br />

default is 31 characters.<br />

/help Calls QuickHelp for help on ML.<br />

/I pathname Sets path for include file. A maximum of 10 /I options is<br />

allowed.<br />

/nologo Suppresses messages for successful assembly.<br />

/Sa Turns on listing of all available information.<br />

/Sc Adds instruction timings to listing file.<br />

/Sf Adds first-pass listing to listing file.<br />

/Sg Turns on listing of assembly-generated code.<br />

/Sl width Sets the line width of source listing in characters per line.<br />

Range is 60 to 255 or 0. Default is 0. Same as PAGE width.<br />

/Sn Turns off symbol table when producing a listing.<br />

/Sp length Sets the page length of source listing in lines per page. Range is<br />

10 to 255 or 0. Default is 0. Same as PAGE length.<br />

/Ss text Specifies text for source listing. Same as SUBTITLE text.<br />

/St text Specifies title for source listing. Same as TITLE text.<br />

/Sx Turns on false conditionals in listing.<br />

/Ta filename Assembles source file whose name does not end with the<br />

.ASM extension.<br />

/w Same as /W0.<br />

/Wlevel Sets the warning level, where level = 0, 1, 2, or 3.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!