| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Here is a brief summary of how to invoke as. For details,
see section Command-Line Options.
as [-a[cdhlns][=file]] [-D] [--defsym sym=val]
[-f] [--gstabs] [--gdwarf2] [--help] [-I dir]
[-J] [-K] [-L]
[--listing-lhs-width=NUM] [--listing-lhs-width2=NUM]
[--listing-rhs-width=NUM] [--listing-cont-lines=NUM]
[--keep-locals] [-o objfile] [-R] [--statistics] [-v]
[-version] [--version] [-W] [--warn] [--fatal-warnings]
[-w] [-x] [-Z] [--target-help] [target-options]
[--|files …]
Target Alpha options:
[-mcpu]
[-mdebug | -no-mdebug]
[-relax] [-g] [-Gsize]
[-F] [-32addr]
Target ARC options:
[-marc[5|6|7|8]]
[-EB|-EL]
Target ARM options:
[-mcpu=processor[+extension…]]
[-march=architecture[+extension…]]
[-mfpu=floating-point-fromat]
[-mthumb]
[-EB|-EL]
[-mapcs-32|-mapcs-26|-mapcs-float|
-mapcs-reentrant]
[-mthumb-interwork] [-moabi] [-k]
Target CRIS options:
[--underscore | --no-underscore]
[--pic] [-N]
[--emulation=criself | --emulation=crisaout]
Target D10V options:
[-O]
Target D30V options:
[-O|-n|-N]
Target i386 options:
[--32|--64]
Target i960 options:
[-ACA|-ACA_A|-ACB|-ACC|-AKA|-AKB|
-AKC|-AMC]
[-b] [-no-relax]
Target IP2K options:
[-mip2022|-mip2022ext]
Target M32R options:
[--m32rx|--[no-]warn-explicit-parallel-conflicts|
--W[n]p]
Target M680X0 options:
[-l] [-m68000|-m68010|-m68020|…]
Target M68HC11 options:
[-m68hc11|-m68hc12|-m68hcs12]
[-mshort|-mlong]
[-mshort-double|-mlong-double]
[--force-long-branchs] [--short-branchs]
[--strict-direct-mode] [--print-insn-syntax]
[--print-opcodes] [--generate-example]
Target MCORE options:
[-jsri2bsr] [-sifilter] [-relax]
[-mcpu=[210|340]]
Target MIPS options:
[-nocpp] [-EL] [-EB] [-n] [-O[optimization level]]
[-g[debug level]] [-G num] [-KPIC] [-call_shared]
[-non_shared] [-xgot] [--membedded-pic]
[-mabi=ABI] [-32] [-n32] [-64] [-mfp32] [-mgp32]
[-march=CPU] [-mtune=CPU] [-mips1] [-mips2]
[-mips3] [-mips4] [-mips5] [-mips32] [-mips32r2]
[-mips64]
[-construct-floats] [-no-construct-floats]
[-trap] [-no-break] [-break] [-no-trap]
[-mfix7000] [-mno-fix7000]
[-mips16] [-no-mips16]
[-mips3d] [-no-mips3d]
[-mdmx] [-no-mdmx]
[-mdebug] [-no-mdebug]
Target MMIX options:
[--fixed-special-register-names] [--globalize-symbols]
[--gnu-syntax] [--relax] [--no-predefined-symbols]
[--no-expand] [--no-merge-gregs] [-x]
[--linker-allocated-gregs]
Target PDP11 options:
[-mpic|-mno-pic] [-mall] [-mno-extensions]
[-mextension|-mno-extension]
[-mcpu] [-mmachine]
Target picoJava options:
[-mb|-me]
Target PowerPC options:
[-mpwrx|-mpwr2|-mpwr|-m601|-mppc|-mppc32|-m603|-m604|
-m403|-m405|-mppc64|-m620|-mppc64bridge|-mbooke|
-mbooke32|-mbooke64]
[-mcom|-many|-maltivec] [-memb]
[-mregnames|-mno-regnames]
[-mrelocatable|-mrelocatable-lib]
[-mlittle|-mlittle-endian|-mbig|-mbig-endian]
[-msolaris|-mno-solaris]
Target SPARC options:
[-Av6|-Av7|-Av8|-Asparclet|-Asparclite
-Av8plus|-Av8plusa|-Av9|-Av9a]
[-xarch=v8plus|-xarch=v8plusa] [-bump]
[-32|-64]
Target TIC54X options:
[-mcpu=54[123589]|-mcpu=54[56]lp] [-mfar-mode|-mf]
[-merrors-to-file <filename>|-me <filename>]
Target Xtensa options:
[--[no-]density] [--[no-]relax] [--[no-]generics]
[--[no-]text-section-literals]
[--[no-]target-align] [--[no-]longcalls]
|
-a[cdhlmns]Turn on listings, in any of a variety of ways:
-acomit false conditionals
-adomit debugging directives
-ahinclude high-level source
-alinclude assembly
-aminclude macro expansions
-anomit forms processing
-asinclude symbols
=fileset the name of the listing file
You may combine these options; for example, use `-aln' for assembly listing without forms processing. The `=file' option, if used, must be the last one. By itself, `-a' defaults to `-ahls'.
-DIgnored. This option is accepted for script compatibility with calls to other assemblers.
--defsym sym=valueDefine the symbol sym to be value before assembling the input file. value must be an integer constant. As in C, a leading `0x' indicates a hexadecimal value, and a leading `0' indicates an octal value.
-f"fast"--skip whitespace and comment preprocessing (assume source is compiler output).
--gstabsGenerate stabs debugging information for each assembler line. This may help debugging assembler code, if the debugger can handle it.
--gdwarf2Generate DWARF2 debugging information for each assembler line. This may help debugging assembler code, if the debugger can handle it. Note--this option is only supported by some targets, not all of them.
--helpPrint a summary of the command line options and exit.
--target-helpPrint a summary of all target specific options and exit.
-I dirAdd directory dir to the search list for .include directives.
-JDon't warn about signed overflow.
-KIssue warnings when difference tables altered for long displacements.
-L--keep-localsKeep (in the symbol table) local symbols. On traditional a.out systems these start with `L', but different systems have different local label prefixes.
--listing-lhs-width=numberSet the maximum width, in words, of the output data column for an assembler listing to number.
--listing-lhs-width2=numberSet the maximum width, in words, of the output data column for continuation lines in an assembler listing to number.
--listing-rhs-width=numberSet the maximum width of an input source line, as displayed in a listing, to number bytes.
--listing-cont-lines=numberSet the maximum number of lines printed in a listing for a single line of input to number + 1.
-o objfileName the object-file output from as objfile.
-RFold the data section into the text section.
--statisticsPrint the maximum space (in bytes) and total time (in seconds) used by assembly.
--strip-local-absoluteRemove local absolute symbols from the outgoing symbol table.
-v-versionPrint the as version.
--versionPrint the as version and exit.
-W--no-warnSuppress warning messages.
--fatal-warningsTreat warnings as errors.
--warnDon't suppress warning messages or treat them as errors.
-wIgnored.
-xIgnored.
-ZGenerate an object file even after errors.
-- | files …Standard input, or source files to assemble.
The following options are available when as is configured for an ARC processor.
-marc[5|6|7|8]This option selects the core processor variant.
-EB | -ELSelect either big-endian (-EB) or little-endian (-EL) output.
The following options are available when as is configured for the ARM processor family.
-mcpu=processor[+extension…]Specify which ARM processor variant is the target.
-march=architecture[+extension…]Specify which ARM architecture variant is used by the target.
-mfpu=floating-point-formatSelect which Floating Point architecture is the target.
-mthumbEnable Thumb only instruction decoding.
-mapcs-32 | -mapcs-26 | -mapcs-float | -mapcs-reentrant | -moabiSelect which procedure calling convention is in use.
-EB | -ELSelect either big-endian (-EB) or little-endian (-EL) output.
-mthumb-interworkSpecify that the code has been generated with interworking between Thumb and ARM code in mind.
-kSpecify that PIC code has been generated.
See the info pages for documentation of the CRIS-specific options.
The following options are available when as is configured for a D10V processor.
-OOptimize output by parallelizing instructions.
The following options are available when as is configured for a D30V processor.
-OOptimize output by parallelizing instructions.
-nWarn when nops are generated.
-NWarn when a nop after a 32-bit multiply instruction is generated.
The following options are available when as is configured for the Intel 80960 processor.
-ACA | -ACA_A | -ACB | -ACC | -AKA | -AKB | -AKC | -AMCSpecify which variant of the 960 architecture is the target.
-bAdd code to collect statistics about branches taken.
-no-relaxDo not alter compare-and-branch instructions for long displacements; error if necessary.
The following options are available when as is configured for the Ubicom IP2K series.
-mip2022extSpecifies that the extended IP2022 instructions are allowed.
-mip2022Restores the default behaviour, which restricts the permitted instructions to just the basic IP2022 ones.
The following options are available when as is configured for the Renesas M32R (formerly Mitsubishi M32R) series.
--m32rxSpecify which processor in the M32R family is the target. The default is normally the M32R, but this option changes it to the M32RX.
--warn-explicit-parallel-conflicts or --WpProduce warning messages when questionable parallel constructs are encountered.
--no-warn-explicit-parallel-conflicts or --WnpDo not produce warning messages when questionable parallel constructs are encountered.
The following options are available when as is configured for the Motorola 68000 series.
-lShorten references to undefined symbols, to one word instead of two.
-m68000 | -m68008 | -m68010 | -m68020 | -m68030| -m68040 | -m68060 | -m68302 | -m68331 | -m68332| -m68333 | -m68340 | -mcpu32 | -m5200Specify what processor in the 68000 family is the target. The default is normally the 68020, but this can be changed at configuration time.
-m68881 | -m68882 | -mno-68881 | -mno-68882The target machine does (or does not) have a floating-point coprocessor. The default is to assume a coprocessor for 68020, 68030, and cpu32. Although the basic 68000 is not compatible with the 68881, a combination of the two can be specified, since it's possible to do emulation of the coprocessor instructions with the main processor.
-m68851 | -mno-68851The target machine does (or does not) have a memory-management unit coprocessor. The default is to assume an MMU for 68020 and up.
For details about the PDP-11 machine dependent features options, see Options.
-mpic | -mno-picGenerate position-independent (or position-dependent) code. The default is `-mpic'.
-mall-mall-extensionsEnable all instruction set extensions. This is the default.
-mno-extensionsDisable all instruction set extensions.
-mextension | -mno-extensionEnable (or disable) a particular instruction set extension.
-mcpuEnable the instruction set extensions supported by a particular CPU, and disable all other extensions.
-mmachineEnable the instruction set extensions supported by a particular machine model, and disable all other extensions.
The following options are available when as is configured for a picoJava processor.
-mbGenerate "big endian" format output.
-mlGenerate "little endian" format output.
The following options are available when as is configured for the Motorola 68HC11 or 68HC12 series.
-m68hc11 | -m68hc12 | -m68hcs12Specify what processor is the target. The default is defined by the configuration option when building the assembler.
-mshortSpecify to use the 16-bit integer ABI.
-mlongSpecify to use the 32-bit integer ABI.
-mshort-doubleSpecify to use the 32-bit double ABI.
-mlong-doubleSpecify to use the 64-bit double ABI.
--force-long-branchsRelative branches are turned into absolute ones. This concerns conditional branches, unconditional branches and branches to a sub routine.
-S | --short-branchsDo not turn relative branchs into absolute ones when the offset is out of range.
--strict-direct-modeDo not turn the direct addressing mode into extended addressing mode when the instruction does not support direct addressing mode.
--print-insn-syntaxPrint the syntax of instruction in case of error.
--print-opcodesprint the list of instructions with syntax and then exit.
--generate-exampleprint an example of instruction for each possible instruction and then exit.
This option is only useful for testing as.
The following options are available when as is configured
for the SPARC architecture:
-Av6 | -Av7 | -Av8 | -Asparclet | -Asparclite-Av8plus | -Av8plusa | -Av9 | -Av9aExplicitly select a variant of the SPARC architecture.
`-Av8plus' and `-Av8plusa' select a 32 bit environment. `-Av9' and `-Av9a' select a 64 bit environment.
`-Av8plusa' and `-Av9a' enable the SPARC V9 instruction set with UltraSPARC extensions.
-xarch=v8plus | -xarch=v8plusaFor compatibility with the Solaris v9 assembler. These options are equivalent to -Av8plus and -Av8plusa, respectively.
-bumpWarn when the assembler switches to another architecture.
The following options are available when as is configured for the 'c54x architecture.
-mfar-modeEnable extended addressing mode. All addresses and relocations will assume extended addressing (usually 23 bits).
-mcpu=CPU_VERSIONSets the CPU version being compiled for.
-merrors-to-file FILENAMERedirect error output to a file, for broken systems which don't support such behaviour in the shell.
The following options are available when as is configured for a MIPS processor.
-G numThis option sets the largest size of an object that can be referenced
implicitly with the gp register. It is only accepted for targets that
use ECOFF format, such as a DECstation running Ultrix. The default value is 8.
-EBGenerate "big endian" format output.
-ELGenerate "little endian" format output.
-mips1-mips2-mips3-mips4-mips5-mips32-mips32r2-mips64Generate code for a particular MIPS Instruction Set Architecture level. `-mips1' is an alias for `-march=r3000', `-mips2' is an alias for `-march=r6000', `-mips3' is an alias for `-march=r4000' and `-mips4' is an alias for `-march=r8000'. `-mips5', `-mips32', `-mips32r2', and `-mips64' correspond to generic `MIPS V', `MIPS32', `MIPS32 Release 2', and `MIPS64' ISA processors, respectively.
-march=CPUGenerate code for a particular MIPS cpu.
-mtune=cpuSchedule and tune for a particular MIPS cpu.
-mfix7000-mno-fix7000Cause nops to be inserted if the read of the destination register of an mfhi or mflo instruction occurs in the following two instructions.
-mdebug-no-mdebugCause stabs-style debugging output to go into an ECOFF-style .mdebug section instead of the standard ELF .stabs sections.
-mgp32-mfp32The register sizes are normally inferred from the ISA and ABI, but these flags force a certain group of registers to be treated as 32 bits wide at all times. `-mgp32' controls the size of general-purpose registers and `-mfp32' controls the size of floating-point registers.
-mips16-no-mips16Generate code for the MIPS 16 processor. This is equivalent to putting
.set mips16 at the start of the assembly file. `-no-mips16'
turns off this option.
-mips3d-no-mips3dGenerate code for the MIPS-3D Application Specific Extension. This tells the assembler to accept MIPS-3D instructions. `-no-mips3d' turns off this option.
-mdmx-no-mdmxGenerate code for the MDMX Application Specific Extension. This tells the assembler to accept MDMX instructions. `-no-mdmx' turns off this option.
--construct-floats--no-construct-floatsThe `--no-construct-floats' option disables the construction of double width floating point constants by loading the two halves of the value into the two single width floating point registers that make up the double width register. By default `--construct-floats' is selected, allowing construction of these floating point constants.
--emulation=nameThis option causes as to emulate as configured
for some other target, in all respects, including output format (choosing
between ELF and ECOFF only), handling of pseudo-opcodes which may generate
debugging information or store symbol table information, and default
endianness. The available configuration names are: `mipsecoff',
`mipself', `mipslecoff', `mipsbecoff', `mipslelf',
`mipsbelf'. The first two do not alter the default endianness from that
of the primary target for which the assembler was configured; the others change
the default to little- or big-endian as indicated by the `b' or `l'
in the name. Using `-EB' or `-EL' will override the endianness
selection in any case.
This option is currently supported only when the primary target
as is configured for is a MIPS ELF or ECOFF target.
Furthermore, the primary target or others specified with
`--enable-targets=…' at configuration time must include support for
the other format, if both are to be available. For example, the Irix 5
configuration includes support for both.
Eventually, this option will support more configurations, with more fine-grained control over the assembler's behavior, and will be supported for more processors.
-nocppas ignores this option. It is accepted for compatibility with
the native tools.
--trap--no-trap--break--no-breakControl how to deal with multiplication overflow and division by zero. `--trap' or `--no-break' (which are synonyms) take a trap exception (and only work for Instruction Set Architecture level 2 and higher); `--break' or `--no-trap' (also synonyms, and the default) take a break exception.
-nWhen this option is used, as will issue a warning every
time it generates a nop instruction from a macro.
The following options are available when as is configured for an MCore processor.
-jsri2bsr-nojsri2bsrEnable or disable the JSRI to BSR transformation. By default this is enabled. The command line option `-nojsri2bsr' can be used to disable it.
-sifilter-nosifilterEnable or disable the silicon filter behaviour. By default this is disabled. The default can be overridden by the `-sifilter' command line option.
-relaxAlter jump instructions for long displacements.
-mcpu=[210|340]Select the cpu type on the target hardware. This controls which instructions can be assembled.
-EBAssemble for a big endian target.
-ELAssemble for a little endian target.
See the info pages for documentation of the MMIX-specific options.
The following options are available when as is configured for an Xtensa processor.
--density | --no-densityEnable or disable use of instructions from the Xtensa code density option. This is enabled by default when the Xtensa processor supports the code density option.
--relax | --no-relaxEnable or disable instruction relaxation. This is enabled by default. Note: In the current implementation, these options also control whether assembler optimizations are performed, making these options equivalent to `--generics' and `--no-generics'.
--generics | --no-genericsEnable or disable all assembler transformations of Xtensa instructions. The default is `--generics'; `--no-generics' should be used only in the rare cases when the instructions must be exactly as specified in the assembly source.
--text-section-literals | --no-text-section-literalsWith `--text-section-literals', literal pools are interspersed in the text section. The default is `--no-text-section-literals', which places literals in a separate section in the output file.
--target-align | --no-target-alignEnable or disable automatic alignment to reduce branch penalties at the expense of some code density. The default is `--target-align'.
--longcalls | --no-longcallsEnable or disable transformation of call instructions to allow calls across a greater range of addresses. The default is `--no-longcalls'.
| 1.1 Structure of this Manual | ||
| 1.2 The GNU Assembler | ||
| 1.3 Object File Formats | ||
| 1.4 Command Line | ||
| 1.5 Input Files | ||
| 1.6 Output (Object) File | ||
| 1.7 Error and Warning Messages |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by Build Daemon user on October, 25 2005 using texi2html 1.76.