Changes between Version 14 and Version 15 of ClrxAsmInvoke
- Timestamp:
- 02/06/17 15:00:23 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClrxAsmInvoke
v14 v15 10 10 <h3>Invoking an assembler</h3> 11 11 <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] 13 13 [-g GPUDEVICE] [-A ARCH] [-t VERSION] [--defsym=SYM[=VALUE]] [--includePath=PATH] 14 14 [--output OUTFILE] [--binaryFormat=BINFORMAT] [--64bit] [--gpuType=GPUDEVICE] 15 15 [--arch=ARCH] [--driverVersion=VERSION] [--forceAddSymbols] [--noWarnings] 16 [--alternate] [--buggyFPLit] [-- help] [--usage] [--version] [file...]</p>16 [--alternate] [--buggyFPLit] [--noMacroCase] [--help] [--usage] [--version] [file...]</p> 17 17 <h3>Input</h3> 18 18 <p>An assembler read source from many files. If no input file specified an assembler … … 84 84 </li> 85 85 <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> 86 90 <p><strong>-?</strong>, <strong>--help</strong></p> 87 91 <p>Print help and list of the options.</p>
