Changes between Version 14 and Version 15 of ClrxAsmInvoke


Ignore:
Timestamp:
02/06/17 15:00:23 (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmInvoke

    v14 v15  
    1010<h3>Invoking an assembler</h3>
    1111<p>The <code>clrxasm</code> can be invoked in following way:</p>
    12 <p>clrxasm [-6Swa?] [-D SYM[=VALUE]] [-I PATH] [-o OUTFILE] [-b BINFORMAT]
     12<p>clrxasm [-6Swam?] [-D SYM[=VALUE]] [-I PATH] [-o OUTFILE] [-b BINFORMAT]
    1313[-g GPUDEVICE] [-A ARCH] [-t VERSION] [--defsym=SYM[=VALUE]] [--includePath=PATH]
    1414[--output OUTFILE] [--binaryFormat=BINFORMAT] [--64bit] [--gpuType=GPUDEVICE]
    1515[--arch=ARCH] [--driverVersion=VERSION] [--forceAddSymbols] [--noWarnings]
    16 [--alternate] [--buggyFPLit] [--help] [--usage] [--version] [file...]</p>
     16[--alternate] [--buggyFPLit] [--noMacroCase] [--help] [--usage] [--version] [file...]</p>
    1717<h3>Input</h3>
    1818<p>An assembler read source from many files. If no input file specified an assembler
     
    8484</li>
    8585<li>
     86<p><strong>-m</strong>, <strong>--noMacroCase</strong></p>
     87<p>Do not ignore letter's case in macro names (by default is ignored).</p>
     88</li>
     89<li>
    8690<p><strong>-?</strong>, <strong>--help</strong></p>
    8791<p>Print help and list of the options.</p>