1 \input texinfo @c -*-Texinfo-*-
2 @c Copyright (c) 1991, 92, 93, 94, 95, 96, 97, 1998
3 @c Free Software Foundation, Inc.
4 @c UPDATE!! On future updates--
5 @c (1) check for new machine-dep cmdline options in
6 @c md_parse_option definitions in config/tc-*.c
7 @c (2) for platform-specific directives, examine md_pseudo_op
9 @c (3) for object-format specific directives, examine obj_pseudo_op
11 @c (4) portable directives in potable[] in read.c
15 @c defaults, config file may override:
18 @include asconfig.texi
20 @c common OR combinations of conditions
40 @set abnormal-separator
44 @settitle Using @value{AS}
47 @settitle Using @value{AS} (@value{TARGET})
49 @setchapternewpage odd
54 @c WARE! Some of the machine-dependent sections contain tables of machine
55 @c instructions. Except in multi-column format, these tables look silly.
56 @c Unfortunately, Texinfo doesn't have a general-purpose multi-col format, so
57 @c the multi-col format is faked within @example sections.
59 @c Again unfortunately, the natural size that fits on a page, for these tables,
60 @c is different depending on whether or not smallbook is turned on.
61 @c This matters, because of order: text flow switches columns at each page
64 @c The format faked in this source works reasonably well for smallbook,
65 @c not well for the default large-page format. This manual expects that if you
66 @c turn on @smallbook, you will also uncomment the "@set SMALL" to enable the
67 @c tables in question. You can turn on one without the other at your
68 @c discretion, of course.
71 @c the insn tables look just as silly in info files regardless of smallbook,
72 @c might as well show 'em anyways.
78 * As: (as). The GNU assembler.
87 This file documents the GNU Assembler "@value{AS}".
89 Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
91 Permission is granted to make and distribute verbatim copies of
92 this manual provided the copyright notice and this permission notice
93 are preserved on all copies.
96 Permission is granted to process this file through Tex and print the
97 results, provided the printed document carries copying permission
98 notice identical to this one except for the removal of this paragraph
99 (this paragraph not being relevant to the printed manual).
102 Permission is granted to copy and distribute modified versions of this manual
103 under the conditions for verbatim copying, provided that the entire resulting
104 derived work is distributed under the terms of a permission notice identical to
107 Permission is granted to copy and distribute translations of this manual
108 into another language, under the above conditions for modified versions.
112 @title Using @value{AS}
113 @subtitle The @sc{gnu} Assembler
115 @subtitle for the @value{TARGET} family
118 @subtitle January 1994
121 The Free Software Foundation Inc. thanks The Nice Computer
122 Company of Australia for loaning Dean Elsner to write the
123 first (Vax) version of @code{as} for Project @sc{gnu}.
124 The proprietors, management and staff of TNCCA thank FSF for
125 distracting the boss while they got some work
128 @author Dean Elsner, Jay Fenlason & friends
132 \hfill {\it Using {\tt @value{AS}}}\par
133 \hfill Edited by Cygnus Support\par
135 %"boxit" macro for figures:
136 %Modified from Knuth's ``boxit'' macro from TeXbook (answer to exercise 21.3)
137 \gdef\boxit#1#2{\vbox{\hrule\hbox{\vrule\kern3pt
138 \vbox{\parindent=0pt\parskip=0pt\hsize=#1\kern3pt\strut\hfil
139 #2\hfil\strut\kern3pt}\kern3pt\vrule}\hrule}}%box with visible outline
140 \gdef\ibox#1#2{\hbox to #1{#2\hfil}\kern8pt}% invisible box
143 @vskip 0pt plus 1filll
144 Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
146 Permission is granted to make and distribute verbatim copies of
147 this manual provided the copyright notice and this permission notice
148 are preserved on all copies.
150 Permission is granted to copy and distribute modified versions of this manual
151 under the conditions for verbatim copying, provided that the entire resulting
152 derived work is distributed under the terms of a permission notice identical to
155 Permission is granted to copy and distribute translations of this manual
156 into another language, under the above conditions for modified versions.
161 @top Using @value{AS}
163 This file is a user guide to the @sc{gnu} assembler @code{@value{AS}}.
165 This version of the file describes @code{@value{AS}} configured to generate
166 code for @value{TARGET} architectures.
169 * Overview:: Overview
170 * Invoking:: Command-Line Options
172 * Sections:: Sections and Relocation
174 * Expressions:: Expressions
175 * Pseudo Ops:: Assembler Directives
176 * Machine Dependencies:: Machine Dependent Features
177 * Reporting Bugs:: Reporting Bugs
178 * Acknowledgements:: Who Did What
186 This manual is a user guide to the @sc{gnu} assembler @code{@value{AS}}.
188 This version of the manual describes @code{@value{AS}} configured to generate
189 code for @value{TARGET} architectures.
193 @cindex invocation summary
194 @cindex option summary
195 @cindex summary of options
196 Here is a brief summary of how to invoke @code{@value{AS}}. For details,
197 @pxref{Invoking,,Comand-Line Options}.
199 @c We don't use deffn and friends for the following because they seem
200 @c to be limited to one line for the header.
202 @value{AS} [ -a[cdhlns][=file] ] [ -D ] [ --defsym @var{sym}=@var{val} ]
203 [ -f ] [ --gstabs ] [ --help ] [ -I @var{dir} ] [ -J ] [ -K ] [ -L ]
204 [ --keep-locals ] [ -o @var{objfile} ] [ -R ] [ --statistics ] [ -v ]
205 [ -version ] [ --version ] [ -W ] [ -w ] [ -x ] [ -Z ]
207 @c am29k has no machine-dependent assembler options
210 [ -mbig-endian | -mlittle-endian ]
213 [ -m[arm]1 | -m[arm]2 | -m[arm]250 | -m[arm]3 | -m[arm]6 | -m[arm]7[t][[d]m[i]] ]
214 [ -m[arm]v2 | -m[arm]v2a | -m[arm]v3 | -m[arm]v3m | -m[arm]v4 | -m[arm]v4t ]
216 [ -mfpa10 | -mfpa11 | -mfpe-old | -mno-fpu ]
218 [ -mapcs-32 | -mapcs-26 ]
223 @c start-sanitize-d30v
229 @c Hitachi family chips have no machine-dependent assembler options
232 @c HPPA has no machine-dependent assembler options (yet).
235 @c The order here is important. See c-sparc.texi.
236 [ -Av6 | -Av7 | -Av8 | -Asparclet | -Asparclite
237 -Av8plus | -Av8plusa | -Av9 | -Av9a ]
238 [ -xarch=v8plus | -xarch=v8plusa ] [ -bump ] [ -32 | -64 ]
241 @c Z8000 has no machine-dependent assembler options
244 @c see md_parse_option in tc-i960.c
245 [ -ACA | -ACA_A | -ACB | -ACC | -AKA | -AKB | -AKC | -AMC ]
248 @c start-sanitize-m32rx
250 [ --m32rx | --[no-]warn-explicit-parallel-conflicts | --W[n]p ]
252 @c end-sanitize-m32rx
254 [ -l ] [ -m68000 | -m68010 | -m68020 | ... ]
257 [ -nocpp ] [ -EL ] [ -EB ] [ -G @var{num} ] [ -mcpu=@var{CPU} ]
258 [ -mips1 ] [ -mips2 ] [ -mips3 ] [ -m4650 ] [ -no-m4650 ]
259 [ --trap ] [ --break ]
260 [ --emulation=@var{name} ]
262 [ -- | @var{files} @dots{} ]
267 Turn on listings, in any of a variety of ways:
271 omit false conditionals
274 omit debugging directives
277 include high-level source
283 include macro expansions
286 omit forms processing
292 set the name of the listing file
295 You may combine these options; for example, use @samp{-aln} for assembly
296 listing without forms processing. The @samp{=file} option, if used, must be
297 the last one. By itself, @samp{-a} defaults to @samp{-ahls}.
300 Ignored. This option is accepted for script compatibility with calls to
303 @item --defsym @var{sym}=@var{value}
304 Define the symbol @var{sym} to be @var{value} before assembling the input file.
305 @var{value} must be an integer constant. As in C, a leading @samp{0x}
306 indicates a hexadecimal value, and a leading @samp{0} indicates an octal value.
309 ``fast''---skip whitespace and comment preprocessing (assume source is
313 Generate stabs debugging information for each assembler line. This
314 may help debugging assembler code, if the debugger can handle it.
317 Print a summary of the command line options and exit.
320 Add directory @var{dir} to the search list for @code{.include} directives.
323 Don't warn about signed overflow.
326 @ifclear DIFF-TBL-KLUGE
327 This option is accepted but has no effect on the @value{TARGET} family.
329 @ifset DIFF-TBL-KLUGE
330 Issue warnings when difference tables altered for long displacements.
335 Keep (in the symbol table) local symbols. On traditional a.out systems
336 these start with @samp{L}, but different systems have different local
339 @item -o @var{objfile}
340 Name the object-file output from @code{@value{AS}} @var{objfile}.
343 Fold the data section into the text section.
346 Print the maximum space (in bytes) and total time (in seconds) used by
349 @item --strip-local-absolute
350 Remove local absolute symbols from the outgoing symbol table.
354 Print the @code{as} version.
357 Print the @code{as} version and exit.
360 Suppress warning messages.
369 Generate an object file even after errors.
371 @item -- | @var{files} @dots{}
372 Standard input, or source files to assemble.
377 The following options are available when @value{AS} is configured for
382 @cindex ARC endianness
383 @cindex endianness, ARC
384 @cindex big endian output, ARC
386 Generate ``big endian'' format output.
388 @cindex little endian output, ARC
389 @item -mlittle-endian
390 Generate ``little endian'' format output.
396 The following options are available when @value{AS} is configured for the ARM
400 @item -m[arm]1 | -m[arm]2 | -m[arm]250 | -m[arm]3 | -m[arm]6 | -m[arm]7[t][[d]m] | -m[arm]v2 | -m[arm]v2a | -m[arm]v3 | -m[arm]v3m | -m[arm]v4 | -m[arm]v4t
401 Specify which variant of the ARM architecture is the target.
402 @item -mthumb | -mall
403 Enable or disable Thumb only instruction decoding.
404 @item -mfpa10 | -mfpa11 | -mfpe-old | -mno-fpu
405 Select which Floating Point architcture is the target.
406 @item -mapcs-32 | -mapcs-26
407 Select which procedure calling convention is in use.
409 Select either big-endian (-EB) or little-endian (-EL) output.
414 The following options are available when @value{AS} is configured for
417 @cindex D10V optimization
418 @cindex optimization, D10V
420 Optimize output by parallelizing instructions.
424 @c start-sanitize-d30v
426 The following options are available when @value{AS} is configured for a D30V
429 @cindex D30V optimization
430 @cindex optimization, D30V
432 Optimize output by parallelizing instructions.
436 Warn when nops are generated.
438 @cindex D30V nops after 32-bit multiply
440 Warn when a nop after a 32-bit multiply instruction is generated.
446 The following options are available when @value{AS} is configured for the
447 Intel 80960 processor.
450 @item -ACA | -ACA_A | -ACB | -ACC | -AKA | -AKB | -AKC | -AMC
451 Specify which variant of the 960 architecture is the target.
454 Add code to collect statistics about branches taken.
457 Do not alter compare-and-branch instructions for long displacements;
463 @c start-sanitize-m32rx
465 The following options are available when @value{AS} is configured for the
466 Mitsubishi M32R series.
471 Specify which processor in the M32R family is the target. The default
472 is normally the M32R, but this option changes it to the M32RX.
474 @item --warn-explicit-parallel-conflicts or --Wp
475 Produce warning messages when questionable parallel constructs are
478 @item --no-warn-explicit-parallel-conflicts or --Wnp
479 Do not produce warning messages when questionable parallel constructs are
484 @c end-sanitize-m32rx
487 The following options are available when @value{AS} is configured for the
488 Motorola 68000 series.
493 Shorten references to undefined symbols, to one word instead of two.
495 @item -m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060
496 @itemx | -m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -mcpu32 | -m5200
497 Specify what processor in the 68000 family is the target. The default
498 is normally the 68020, but this can be changed at configuration time.
500 @item -m68881 | -m68882 | -mno-68881 | -mno-68882
501 The target machine does (or does not) have a floating-point coprocessor.
502 The default is to assume a coprocessor for 68020, 68030, and cpu32. Although
503 the basic 68000 is not compatible with the 68881, a combination of the
504 two can be specified, since it's possible to do emulation of the
505 coprocessor instructions with the main processor.
507 @item -m68851 | -mno-68851
508 The target machine does (or does not) have a memory-management
509 unit coprocessor. The default is to assume an MMU for 68020 and up.
515 The following options are available when @code{@value{AS}} is configured
516 for the SPARC architecture:
519 @item -Av6 | -Av7 | -Av8 | -Asparclet | -Asparclite
520 @itemx -Av8plus | -Av8plusa | -Av9 | -Av9a
521 Explicitly select a variant of the SPARC architecture.
523 @samp{-Av8plus} and @samp{-Av8plusa} select a 32 bit environment.
524 @samp{-Av9} and @samp{-Av9a} select a 64 bit environment.
526 @samp{-Av8plusa} and @samp{-Av9a} enable the SPARC V9 instruction set with
527 UltraSPARC extensions.
529 @item -xarch=v8plus | -xarch=v8plusa
530 For compatibility with the Solaris v9 assembler. These options are
531 equivalent to -Av8plus and -Av8plusa, respectively.
534 Warn when the assembler switches to another architecture.
539 The following options are available when @value{AS} is configured for
544 This option sets the largest size of an object that can be referenced
545 implicitly with the @code{gp} register. It is only accepted for targets that
546 use ECOFF format, such as a DECstation running Ultrix. The default value is 8.
548 @cindex MIPS endianness
549 @cindex endianness, MIPS
550 @cindex big endian output, MIPS
552 Generate ``big endian'' format output.
554 @cindex little endian output, MIPS
556 Generate ``little endian'' format output.
562 Generate code for a particular MIPS Instruction Set Architecture level.
563 @samp{-mips1} corresponds to the @sc{r2000} and @sc{r3000} processors,
564 @samp{-mips2} to the @sc{r6000} processor, and @samp{-mips3} to the @sc{r4000}
569 Generate code for the MIPS @sc{r4650} chip. This tells the assembler to accept
570 the @samp{mad} and @samp{madu} instruction, and to not schedule @samp{nop}
571 instructions around accesses to the @samp{HI} and @samp{LO} registers.
572 @samp{-no-m4650} turns off this option.
574 @item -mcpu=@var{CPU}
575 Generate code for a particular MIPS cpu. This has little effect on the
576 assembler, but it is passed by @code{@value{GCC}}.
579 @item --emulation=@var{name}
580 This option causes @code{@value{AS}} to emulate @code{@value{AS}} configured
581 for some other target, in all respects, including output format (choosing
582 between ELF and ECOFF only), handling of pseudo-opcodes which may generate
583 debugging information or store symbol table information, and default
584 endianness. The available configuration names are: @samp{mipsecoff},
585 @samp{mipself}, @samp{mipslecoff}, @samp{mipsbecoff}, @samp{mipslelf},
586 @samp{mipsbelf}. The first two do not alter the default endianness from that
587 of the primary target for which the assembler was configured; the others change
588 the default to little- or big-endian as indicated by the @samp{b} or @samp{l}
589 in the name. Using @samp{-EB} or @samp{-EL} will override the endianness
590 selection in any case.
592 This option is currently supported only when the primary target
593 @code{@value{AS}} is configured for is a MIPS ELF or ECOFF target.
594 Furthermore, the primary target or others specified with
595 @samp{--enable-targets=@dots{}} at configuration time must include support for
596 the other format, if both are to be available. For example, the Irix 5
597 configuration includes support for both.
599 Eventually, this option will support more configurations, with more
600 fine-grained control over the assembler's behavior, and will be supported for
604 @code{@value{AS}} ignores this option. It is accepted for compatibility with
612 Control how to deal with multiplication overflow and division by zero.
613 @samp{--trap} or @samp{--no-break} (which are synonyms) take a trap exception
614 (and only work for Instruction Set Architecture level 2 and higher);
615 @samp{--break} or @samp{--no-trap} (also synonyms, and the default) take a
621 * Manual:: Structure of this Manual
622 * GNU Assembler:: The GNU Assembler
623 * Object Formats:: Object File Formats
624 * Command Line:: Command Line
625 * Input Files:: Input Files
626 * Object:: Output (Object) File
627 * Errors:: Error and Warning Messages
631 @section Structure of this Manual
633 @cindex manual, structure and purpose
634 This manual is intended to describe what you need to know to use
635 @sc{gnu} @code{@value{AS}}. We cover the syntax expected in source files, including
636 notation for symbols, constants, and expressions; the directives that
637 @code{@value{AS}} understands; and of course how to invoke @code{@value{AS}}.
640 We also cover special features in the @value{TARGET}
641 configuration of @code{@value{AS}}, including assembler directives.
644 This manual also describes some of the machine-dependent features of
645 various flavors of the assembler.
648 @cindex machine instructions (not covered)
649 On the other hand, this manual is @emph{not} intended as an introduction
650 to programming in assembly language---let alone programming in general!
651 In a similar vein, we make no attempt to introduce the machine
652 architecture; we do @emph{not} describe the instruction set, standard
653 mnemonics, registers or addressing modes that are standard to a
654 particular architecture.
656 You may want to consult the manufacturer's
657 machine architecture manual for this information.
661 For information on the H8/300 machine instruction set, see @cite{H8/300
662 Series Programming Manual} (Hitachi ADE--602--025). For the H8/300H,
663 see @cite{H8/300H Series Programming Manual} (Hitachi).
666 For information on the H8/500 machine instruction set, see @cite{H8/500
667 Series Programming Manual} (Hitachi M21T001).
670 For information on the Hitachi SH machine instruction set, see
671 @cite{SH-Microcomputer User's Manual} (Hitachi Micro Systems, Inc.).
674 For information on the Z8000 machine instruction set, see @cite{Z8000 CPU Technical Manual}
678 @c I think this is premature---doc@cygnus.com, 17jan1991
680 Throughout this manual, we assume that you are running @dfn{GNU},
681 the portable operating system from the @dfn{Free Software
682 Foundation, Inc.}. This restricts our attention to certain kinds of
683 computer (in particular, the kinds of computers that @sc{gnu} can run on);
684 once this assumption is granted examples and definitions need less
687 @code{@value{AS}} is part of a team of programs that turn a high-level
688 human-readable series of instructions into a low-level
689 computer-readable series of instructions. Different versions of
690 @code{@value{AS}} are used for different kinds of computer.
693 @c There used to be a section "Terminology" here, which defined
694 @c "contents", "byte", "word", and "long". Defining "word" to any
695 @c particular size is confusing when the .word directive may generate 16
696 @c bits on one machine and 32 bits on another; in general, for the user
697 @c version of this manual, none of these terms seem essential to define.
698 @c They were used very little even in the former draft of the manual;
699 @c this draft makes an effort to avoid them (except in names of
703 @section The GNU Assembler
705 @sc{gnu} @code{as} is really a family of assemblers.
707 This manual describes @code{@value{AS}}, a member of that family which is
708 configured for the @value{TARGET} architectures.
710 If you use (or have used) the @sc{gnu} assembler on one architecture, you
711 should find a fairly similar environment when you use it on another
712 architecture. Each version has much in common with the others,
713 including object file formats, most assembler directives (often called
714 @dfn{pseudo-ops}) and assembler syntax.@refill
716 @cindex purpose of @sc{gnu} assembler
717 @code{@value{AS}} is primarily intended to assemble the output of the
718 @sc{gnu} C compiler @code{@value{GCC}} for use by the linker
719 @code{@value{LD}}. Nevertheless, we've tried to make @code{@value{AS}}
720 assemble correctly everything that other assemblers for the same
721 machine would assemble.
723 Any exceptions are documented explicitly (@pxref{Machine Dependencies}).
726 @c This remark should appear in generic version of manual; assumption
727 @c here is that generic version sets M680x0.
728 This doesn't mean @code{@value{AS}} always uses the same syntax as another
729 assembler for the same architecture; for example, we know of several
730 incompatible versions of 680x0 assembly language syntax.
733 Unlike older assemblers, @code{@value{AS}} is designed to assemble a source
734 program in one pass of the source file. This has a subtle impact on the
735 @kbd{.org} directive (@pxref{Org,,@code{.org}}).
738 @section Object File Formats
740 @cindex object file format
741 The @sc{gnu} assembler can be configured to produce several alternative
742 object file formats. For the most part, this does not affect how you
743 write assembly language programs; but directives for debugging symbols
744 are typically different in different file formats. @xref{Symbol
745 Attributes,,Symbol Attributes}.
748 On the @value{TARGET}, @code{@value{AS}} is configured to produce
749 @value{OBJ-NAME} format object files.
751 @c The following should exhaust all configs that set MULTI-OBJ, ideally
753 On the @value{TARGET}, @code{@value{AS}} can be configured to produce either
754 @code{a.out} or COFF format object files.
757 On the @value{TARGET}, @code{@value{AS}} can be configured to produce either
758 @code{b.out} or COFF format object files.
761 On the @value{TARGET}, @code{@value{AS}} can be configured to produce either
762 SOM or ELF format object files.
767 @section Command Line
769 @cindex command line conventions
770 After the program name @code{@value{AS}}, the command line may contain
771 options and file names. Options may appear in any order, and may be
772 before, after, or between file names. The order of file names is
775 @cindex standard input, as input file
777 @file{--} (two hyphens) by itself names the standard input file
778 explicitly, as one of the files for @code{@value{AS}} to assemble.
780 @cindex options, command line
781 Except for @samp{--} any command line argument that begins with a
782 hyphen (@samp{-}) is an option. Each option changes the behavior of
783 @code{@value{AS}}. No option changes the way another option works. An
784 option is a @samp{-} followed by one or more letters; the case of
785 the letter is important. All options are optional.
787 Some options expect exactly one file name to follow them. The file
788 name may either immediately follow the option's letter (compatible
789 with older assemblers) or it may be the next command argument (@sc{gnu}
790 standard). These two command lines are equivalent:
793 @value{AS} -o my-object-file.o mumble.s
794 @value{AS} -omy-object-file.o mumble.s
801 @cindex source program
803 We use the phrase @dfn{source program}, abbreviated @dfn{source}, to
804 describe the program input to one run of @code{@value{AS}}. The program may
805 be in one or more files; how the source is partitioned into files
806 doesn't change the meaning of the source.
808 @c I added "con" prefix to "catenation" just to prove I can overcome my
809 @c APL training... doc@cygnus.com
810 The source program is a concatenation of the text in all the files, in the
813 Each time you run @code{@value{AS}} it assembles exactly one source
814 program. The source program is made up of one or more files.
815 (The standard input is also a file.)
817 You give @code{@value{AS}} a command line that has zero or more input file
818 names. The input files are read (from left file name to right). A
819 command line argument (in any position) that has no special meaning
820 is taken to be an input file name.
822 If you give @code{@value{AS}} no file names it attempts to read one input file
823 from the @code{@value{AS}} standard input, which is normally your terminal. You
824 may have to type @key{ctl-D} to tell @code{@value{AS}} there is no more program
827 Use @samp{--} if you need to explicitly name the standard input file
828 in your command line.
830 If the source is empty, @code{@value{AS}} produces a small, empty object
833 @subheading Filenames and Line-numbers
835 @cindex input file linenumbers
836 @cindex line numbers, in input files
837 There are two ways of locating a line in the input file (or files) and
838 either may be used in reporting error messages. One way refers to a line
839 number in a physical file; the other refers to a line number in a
840 ``logical'' file. @xref{Errors, ,Error and Warning Messages}.
842 @dfn{Physical files} are those files named in the command line given
843 to @code{@value{AS}}.
845 @dfn{Logical files} are simply names declared explicitly by assembler
846 directives; they bear no relation to physical files. Logical file names
847 help error messages reflect the original source file, when @code{@value{AS}}
848 source is itself synthesized from other files.
849 @xref{App-File,,@code{.app-file}}.
852 @section Output (Object) File
858 Every time you run @code{@value{AS}} it produces an output file, which is
859 your assembly language program translated into numbers. This file
860 is the object file. Its default name is
868 @code{b.out} when @code{@value{AS}} is configured for the Intel 80960.
870 You can give it another name by using the @code{-o} option. Conventionally,
871 object file names end with @file{.o}. The default name is used for historical
872 reasons: older assemblers were capable of assembling self-contained programs
873 directly into a runnable program. (For some formats, this isn't currently
874 possible, but it can be done for the @code{a.out} format.)
878 The object file is meant for input to the linker @code{@value{LD}}. It contains
879 assembled program code, information to help @code{@value{LD}} integrate
880 the assembled program into a runnable file, and (optionally) symbolic
881 information for the debugger.
883 @c link above to some info file(s) like the description of a.out.
884 @c don't forget to describe @sc{gnu} info as well as Unix lossage.
887 @section Error and Warning Messages
889 @cindex error messsages
890 @cindex warning messages
891 @cindex messages from assembler
892 @code{@value{AS}} may write warnings and error messages to the standard error
893 file (usually your terminal). This should not happen when a compiler
894 runs @code{@value{AS}} automatically. Warnings report an assumption made so
895 that @code{@value{AS}} could keep assembling a flawed program; errors report a
896 grave problem that stops the assembly.
898 @cindex format of warning messages
899 Warning messages have the format
902 file_name:@b{NNN}:Warning Message Text
906 @cindex line numbers, in warnings/errors
907 (where @b{NNN} is a line number). If a logical file name has been given
908 (@pxref{App-File,,@code{.app-file}}) it is used for the filename,
909 otherwise the name of the current input file is used. If a logical line
912 (@pxref{Line,,@code{.line}})
916 (@pxref{Line,,@code{.line}})
919 (@pxref{Ln,,@code{.ln}})
922 then it is used to calculate the number printed,
923 otherwise the actual line in the current source file is printed. The
924 message text is intended to be self explanatory (in the grand Unix
927 @cindex format of error messages
928 Error messages have the format
930 file_name:@b{NNN}:FATAL:Error Message Text
932 The file name and line number are derived as for warning
933 messages. The actual message text may be rather less explanatory
934 because many of them aren't supposed to happen.
937 @chapter Command-Line Options
939 @cindex options, all versions of assembler
940 This chapter describes command-line options available in @emph{all}
941 versions of the @sc{gnu} assembler; @pxref{Machine Dependencies}, for options specific
943 to the @value{TARGET}.
946 to particular machine architectures.
949 If you are invoking @code{@value{AS}} via the @sc{gnu} C compiler (version 2),
950 you can use the @samp{-Wa} option to pass arguments through to the assembler.
951 The assembler arguments must be separated from each other (and the @samp{-Wa})
952 by commas. For example:
955 gcc -c -g -O -Wa,-alh,-L file.c
959 This passes two options to the assembler: @samp{-alh} (emit a listing to
960 standard output with with high-level and assembly source) and @samp{-L} (retain
961 local symbols in the symbol table).
963 Usually you do not need to use this @samp{-Wa} mechanism, since many compiler
964 command-line options are automatically passed to the assembler by the compiler.
965 (You can call the @sc{gnu} compiler driver with the @samp{-v} option to see
966 precisely what options it passes to each compilation pass, including the
970 * a:: -a[cdhlns] enable listings
971 * D:: -D for compatibility
972 * f:: -f to work faster
973 * I:: -I for .include search path
974 @ifclear DIFF-TBL-KLUGE
975 * K:: -K for compatibility
977 @ifset DIFF-TBL-KLUGE
978 * K:: -K for difference tables
981 * L:: -L to retain local labels
982 * M:: -M or --mri to assemble in MRI compatibility mode
983 * MD:: --MD for dependency tracking
984 * o:: -o to name the object file
985 * R:: -R to join data and text sections
986 * statistics:: --statistics to see statistics about assembly
987 * traditional-format:: --traditional-format for compatible output
988 * v:: -v to announce version
989 * W:: -W to suppress warnings
990 * Z:: -Z to make object file even after errors
994 @section Enable Listings: @code{-a[cdhlns]}
1003 @cindex listings, enabling
1004 @cindex assembly listings, enabling
1006 These options enable listing output from the assembler. By itself,
1007 @samp{-a} requests high-level, assembly, and symbols listing.
1008 You can use other letters to select specific options for the list:
1009 @samp{-ah} requests a high-level language listing,
1010 @samp{-al} requests an output-program assembly listing, and
1011 @samp{-as} requests a symbol table listing.
1012 High-level listings require that a compiler debugging option like
1013 @samp{-g} be used, and that assembly listings (@samp{-al}) be requested
1016 Use the @samp{-ac} option to omit false conditionals from a listing. Any lines
1017 which are not assembled because of a false @code{.if} (or @code{.ifdef}, or any
1018 other conditional), or a true @code{.if} followed by an @code{.else}, will be
1019 omitted from the listing.
1021 Use the @samp{-ad} option to omit debugging directives from the
1024 Once you have specified one of these options, you can further control
1025 listing output and its appearance using the directives @code{.list},
1026 @code{.nolist}, @code{.psize}, @code{.eject}, @code{.title}, and
1028 The @samp{-an} option turns off all forms processing.
1029 If you do not request listing output with one of the @samp{-a} options, the
1030 listing-control directives have no effect.
1032 The letters after @samp{-a} may be combined into one option,
1033 @emph{e.g.}, @samp{-aln}.
1039 This option has no effect whatsoever, but it is accepted to make it more
1040 likely that scripts written for other assemblers also work with
1044 @section Work Faster: @code{-f}
1047 @cindex trusted compiler
1048 @cindex faster processing (@code{-f})
1049 @samp{-f} should only be used when assembling programs written by a
1050 (trusted) compiler. @samp{-f} stops the assembler from doing whitespace
1051 and comment preprocessing on
1052 the input file(s) before assembling them. @xref{Preprocessing,
1056 @emph{Warning:} if you use @samp{-f} when the files actually need to be
1057 preprocessed (if they contain comments, for example), @code{@value{AS}} does
1062 @section @code{.include} search path: @code{-I} @var{path}
1064 @kindex -I @var{path}
1065 @cindex paths for @code{.include}
1066 @cindex search path for @code{.include}
1067 @cindex @code{include} directive search path
1068 Use this option to add a @var{path} to the list of directories
1069 @code{@value{AS}} searches for files specified in @code{.include}
1070 directives (@pxref{Include,,@code{.include}}). You may use @code{-I} as
1071 many times as necessary to include a variety of paths. The current
1072 working directory is always searched first; after that, @code{@value{AS}}
1073 searches any @samp{-I} directories in the same order as they were
1074 specified (left to right) on the command line.
1077 @section Difference Tables: @code{-K}
1080 @ifclear DIFF-TBL-KLUGE
1081 On the @value{TARGET} family, this option is allowed, but has no effect. It is
1082 permitted for compatibility with the @sc{gnu} assembler on other platforms,
1083 where it can be used to warn when the assembler alters the machine code
1084 generated for @samp{.word} directives in difference tables. The @value{TARGET}
1085 family does not have the addressing limitations that sometimes lead to this
1086 alteration on other platforms.
1089 @ifset DIFF-TBL-KLUGE
1090 @cindex difference tables, warning
1091 @cindex warning for altered difference tables
1092 @code{@value{AS}} sometimes alters the code emitted for directives of the form
1093 @samp{.word @var{sym1}-@var{sym2}}; @pxref{Word,,@code{.word}}.
1094 You can use the @samp{-K} option if you want a warning issued when this
1099 @section Include Local Labels: @code{-L}
1102 @cindex local labels, retaining in output
1103 Labels beginning with @samp{L} (upper case only) are called @dfn{local
1104 labels}. @xref{Symbol Names}. Normally you do not see such labels when
1105 debugging, because they are intended for the use of programs (like
1106 compilers) that compose assembler programs, not for your notice.
1107 Normally both @code{@value{AS}} and @code{@value{LD}} discard such labels, so you do not
1108 normally debug with them.
1110 This option tells @code{@value{AS}} to retain those @samp{L@dots{}} symbols
1111 in the object file. Usually if you do this you also tell the linker
1112 @code{@value{LD}} to preserve symbols whose names begin with @samp{L}.
1114 By default, a local label is any label beginning with @samp{L}, but each
1115 target is allowed to redefine the local label prefix.
1117 On the HPPA local labels begin with @samp{L$}.
1120 @samp{;} for the ARM family;
1124 @section Assemble in MRI Compatibility Mode: @code{-M}
1127 @cindex MRI compatibility mode
1128 The @code{-M} or @code{--mri} option selects MRI compatibility mode. This
1129 changes the syntax and pseudo-op handling of @code{@value{AS}} to make it
1130 compatible with the @code{ASM68K} or the @code{ASM960} (depending upon the
1131 configured target) assembler from Microtec Research. The exact nature of the
1132 MRI syntax will not be documented here; see the MRI manuals for more
1133 information. Note in particular that the handling of macros and macro
1134 arguments is somewhat different. The purpose of this option is to permit
1135 assembling existing MRI assembler code using @code{@value{AS}}.
1137 The MRI compatibility is not complete. Certain operations of the MRI assembler
1138 depend upon its object file format, and can not be supported using other object
1139 file formats. Supporting these would require enhancing each object file format
1140 individually. These are:
1143 @item global symbols in common section
1145 The m68k MRI assembler supports common sections which are merged by the linker.
1146 Other object file formats do not support this. @code{@value{AS}} handles
1147 common sections by treating them as a single common symbol. It permits local
1148 symbols to be defined within a common section, but it can not support global
1149 symbols, since it has no way to describe them.
1151 @item complex relocations
1153 The MRI assemblers support relocations against a negated section address, and
1154 relocations which combine the start addresses of two or more sections. These
1155 are not support by other object file formats.
1157 @item @code{END} pseudo-op specifying start address
1159 The MRI @code{END} pseudo-op permits the specification of a start address.
1160 This is not supported by other object file formats. The start address may
1161 instead be specified using the @code{-e} option to the linker, or in a linker
1164 @item @code{IDNT}, @code{.ident} and @code{NAME} pseudo-ops
1166 The MRI @code{IDNT}, @code{.ident} and @code{NAME} pseudo-ops assign a module
1167 name to the output file. This is not supported by other object file formats.
1169 @item @code{ORG} pseudo-op
1171 The m68k MRI @code{ORG} pseudo-op begins an absolute section at a given
1172 address. This differs from the usual @code{@value{AS}} @code{.org} pseudo-op,
1173 which changes the location within the current section. Absolute sections are
1174 not supported by other object file formats. The address of a section may be
1175 assigned within a linker script.
1178 There are some other features of the MRI assembler which are not supported by
1179 @code{@value{AS}}, typically either because they are difficult or because they
1180 seem of little consequence. Some of these may be supported in future releases.
1184 @item EBCDIC strings
1186 EBCDIC strings are not supported.
1188 @item packed binary coded decimal
1190 Packed binary coded decimal is not supported. This means that the @code{DC.P}
1191 and @code{DCB.P} pseudo-ops are not supported.
1193 @item @code{FEQU} pseudo-op
1195 The m68k @code{FEQU} pseudo-op is not supported.
1197 @item @code{NOOBJ} pseudo-op
1199 The m68k @code{NOOBJ} pseudo-op is not supported.
1201 @item @code{OPT} branch control options
1203 The m68k @code{OPT} branch control options---@code{B}, @code{BRS}, @code{BRB},
1204 @code{BRL}, and @code{BRW}---are ignored. @code{@value{AS}} automatically
1205 relaxes all branches, whether forward or backward, to an appropriate size, so
1206 these options serve no purpose.
1208 @item @code{OPT} list control options
1210 The following m68k @code{OPT} list control options are ignored: @code{C},
1211 @code{CEX}, @code{CL}, @code{CRE}, @code{E}, @code{G}, @code{I}, @code{M},
1212 @code{MEX}, @code{MC}, @code{MD}, @code{X}.
1214 @item other @code{OPT} options
1216 The following m68k @code{OPT} options are ignored: @code{NEST}, @code{O},
1217 @code{OLD}, @code{OP}, @code{P}, @code{PCO}, @code{PCR}, @code{PCS}, @code{R}.
1219 @item @code{OPT} @code{D} option is default
1221 The m68k @code{OPT} @code{D} option is the default, unlike the MRI assembler.
1222 @code{OPT NOD} may be used to turn it off.
1224 @item @code{XREF} pseudo-op.
1226 The m68k @code{XREF} pseudo-op is ignored.
1228 @item @code{.debug} pseudo-op
1230 The i960 @code{.debug} pseudo-op is not supported.
1232 @item @code{.extended} pseudo-op
1234 The i960 @code{.extended} pseudo-op is not supported.
1236 @item @code{.list} pseudo-op.
1238 The various options of the i960 @code{.list} pseudo-op are not supported.
1240 @item @code{.optimize} pseudo-op
1242 The i960 @code{.optimize} pseudo-op is not supported.
1244 @item @code{.output} pseudo-op
1246 The i960 @code{.output} pseudo-op is not supported.
1248 @item @code{.setreal} pseudo-op
1250 The i960 @code{.setreal} pseudo-op is not supported.
1255 @section Dependency tracking: @code{--MD}
1258 @cindex dependency tracking
1261 @code{@value{AS}} can generate a dependency file for the file it creates. This
1262 file consists of a single rule suitable for @code{make} describing the
1263 dependencies of the main source file.
1265 The rule is written to the file named in its argument.
1267 This feature is used in the automatic updating of makefiles.
1270 @section Name the Object File: @code{-o}
1273 @cindex naming object file
1274 @cindex object file name
1275 There is always one object file output when you run @code{@value{AS}}. By
1276 default it has the name
1279 @file{a.out} (or @file{b.out}, for Intel 960 targets only).
1293 You use this option (which takes exactly one filename) to give the
1294 object file a different name.
1296 Whatever the object file is called, @code{@value{AS}} overwrites any
1297 existing file of the same name.
1300 @section Join Data and Text Sections: @code{-R}
1303 @cindex data and text sections, joining
1304 @cindex text and data sections, joining
1305 @cindex joining text and data sections
1306 @cindex merging text and data sections
1307 @code{-R} tells @code{@value{AS}} to write the object file as if all
1308 data-section data lives in the text section. This is only done at
1309 the very last moment: your binary data are the same, but data
1310 section parts are relocated differently. The data section part of
1311 your object file is zero bytes long because all its bytes are
1312 appended to the text section. (@xref{Sections,,Sections and Relocation}.)
1314 When you specify @code{-R} it would be possible to generate shorter
1315 address displacements (because we do not have to cross between text and
1316 data section). We refrain from doing this simply for compatibility with
1317 older versions of @code{@value{AS}}. In future, @code{-R} may work this way.
1320 When @code{@value{AS}} is configured for COFF output,
1321 this option is only useful if you use sections named @samp{.text} and
1326 @code{-R} is not supported for any of the HPPA targets. Using
1327 @code{-R} generates a warning from @code{@value{AS}}.
1331 @section Display Assembly Statistics: @code{--statistics}
1333 @kindex --statistics
1334 @cindex statistics, about assembly
1335 @cindex time, total for assembly
1336 @cindex space used, maximum for assembly
1337 Use @samp{--statistics} to display two statistics about the resources used by
1338 @code{@value{AS}}: the maximum amount of space allocated during the assembly
1339 (in bytes), and the total execution time taken for the assembly (in @sc{cpu}
1342 @node traditional-format
1343 @section Compatible output: @code{--traditional-format}
1345 @kindex --traditional-format
1346 For some targets, the output of @code{@value{AS}} is different in some ways
1347 from the output of some existing assembler. This switch requests
1348 @code{@value{AS}} to use the traditional format instead.
1350 For example, it disables the exception frame optimizations which
1351 @code{@value{AS}} normally does by default on @code{@value{GCC}} output.
1354 @section Announce Version: @code{-v}
1358 @cindex assembler version
1359 @cindex version of assembler
1360 You can find out what version of as is running by including the
1361 option @samp{-v} (which you can also spell as @samp{-version}) on the
1365 @section Suppress Warnings: @code{-W}
1368 @cindex suppressing warnings
1369 @cindex warnings, suppressing
1370 @code{@value{AS}} should never give a warning or error message when
1371 assembling compiler output. But programs written by people often
1372 cause @code{@value{AS}} to give a warning that a particular assumption was
1373 made. All such warnings are directed to the standard error file.
1374 If you use this option, no warnings are issued. This option only
1375 affects the warning messages: it does not change any particular of how
1376 @code{@value{AS}} assembles your file. Errors, which stop the assembly, are
1380 @section Generate Object File in Spite of Errors: @code{-Z}
1381 @cindex object file, after errors
1382 @cindex errors, continuing after
1383 After an error message, @code{@value{AS}} normally produces no output. If for
1384 some reason you are interested in object file output even after
1385 @code{@value{AS}} gives an error message on your program, use the @samp{-Z}
1386 option. If there are any errors, @code{@value{AS}} continues anyways, and
1387 writes an object file after a final warning message of the form @samp{@var{n}
1388 errors, @var{m} warnings, generating bad object file.}
1393 @cindex machine-independent syntax
1394 @cindex syntax, machine-independent
1395 This chapter describes the machine-independent syntax allowed in a
1396 source file. @code{@value{AS}} syntax is similar to what many other
1397 assemblers use; it is inspired by the BSD 4.2
1402 assembler, except that @code{@value{AS}} does not assemble Vax bit-fields.
1406 * Preprocessing:: Preprocessing
1407 * Whitespace:: Whitespace
1408 * Comments:: Comments
1409 * Symbol Intro:: Symbols
1410 * Statements:: Statements
1411 * Constants:: Constants
1415 @section Preprocessing
1417 @cindex preprocessing
1418 The @code{@value{AS}} internal preprocessor:
1420 @cindex whitespace, removed by preprocessor
1422 adjusts and removes extra whitespace. It leaves one space or tab before
1423 the keywords on a line, and turns any other whitespace on the line into
1426 @cindex comments, removed by preprocessor
1428 removes all comments, replacing them with a single space, or an
1429 appropriate number of newlines.
1431 @cindex constants, converted by preprocessor
1433 converts character constants into the appropriate numeric values.
1436 It does not do macro processing, include file handling, or
1437 anything else you may get from your C compiler's preprocessor. You can
1438 do include file processing with the @code{.include} directive
1439 (@pxref{Include,,@code{.include}}). You can use the @sc{gnu} C compiler driver
1440 to get other ``CPP'' style preprocessing, by giving the input file a
1441 @samp{.S} suffix. @xref{Overall Options,, Options Controlling the Kind of
1442 Output, gcc.info, Using GNU CC}.
1444 Excess whitespace, comments, and character constants
1445 cannot be used in the portions of the input text that are not
1448 @cindex turning preprocessing on and off
1449 @cindex preprocessing, turning on and off
1452 If the first line of an input file is @code{#NO_APP} or if you use the
1453 @samp{-f} option, whitespace and comments are not removed from the input file.
1454 Within an input file, you can ask for whitespace and comment removal in
1455 specific portions of the by putting a line that says @code{#APP} before the
1456 text that may contain whitespace or comments, and putting a line that says
1457 @code{#NO_APP} after this text. This feature is mainly intend to support
1458 @code{asm} statements in compilers whose output is otherwise free of comments
1465 @dfn{Whitespace} is one or more blanks or tabs, in any order.
1466 Whitespace is used to separate symbols, and to make programs neater for
1467 people to read. Unless within character constants
1468 (@pxref{Characters,,Character Constants}), any whitespace means the same
1469 as exactly one space.
1475 There are two ways of rendering comments to @code{@value{AS}}. In both
1476 cases the comment is equivalent to one space.
1478 Anything from @samp{/*} through the next @samp{*/} is a comment.
1479 This means you may not nest these comments.
1483 The only way to include a newline ('\n') in a comment
1484 is to use this sort of comment.
1487 /* This sort of comment does not nest. */
1490 @cindex line comment character
1491 Anything from the @dfn{line comment} character to the next newline
1492 is considered a comment and is ignored. The line comment character is
1494 @samp{;} for the AMD 29K family;
1497 @samp{;} on the ARC;
1500 @samp{;} for the H8/300 family;
1503 @samp{!} for the H8/500 family;
1506 @samp{;} for the HPPA;
1509 @samp{#} on the i960;
1512 @samp{!} for the Hitachi SH;
1515 @samp{!} on the SPARC;
1518 @samp{#} on the m32r;
1521 @samp{|} on the 680x0;
1524 @samp{#} on the Vax;
1527 @samp{!} for the Z8000;
1530 @samp{#} on the V850;
1532 see @ref{Machine Dependencies}. @refill
1533 @c FIXME What about i386, m88k, i860?
1536 On some machines there are two different line comment characters. One
1537 character only begins a comment if it is the first non-whitespace character on
1538 a line, while the other always begins a comment.
1542 The V850 assembler also supports a double dash as starting a comment that
1543 extends to the end of the line.
1549 @cindex lines starting with @code{#}
1550 @cindex logical line numbers
1551 To be compatible with past assemblers, lines that begin with @samp{#} have a
1552 special interpretation. Following the @samp{#} should be an absolute
1553 expression (@pxref{Expressions}): the logical line number of the @emph{next}
1554 line. Then a string (@pxref{Strings,, Strings}) is allowed: if present it is a
1555 new logical file name. The rest of the line, if any, should be whitespace.
1557 If the first non-whitespace characters on the line are not numeric,
1558 the line is ignored. (Just like a comment.)
1561 # This is an ordinary comment.
1562 # 42-6 "new_file_name" # New logical file name
1563 # This is logical line # 36.
1565 This feature is deprecated, and may disappear from future versions
1566 of @code{@value{AS}}.
1571 @cindex characters used in symbols
1572 @ifclear SPECIAL-SYMS
1573 A @dfn{symbol} is one or more characters chosen from the set of all
1574 letters (both upper and lower case), digits and the three characters
1580 A @dfn{symbol} is one or more characters chosen from the set of all
1581 letters (both upper and lower case), digits and the three characters
1582 @samp{._$}. (Save that, on the H8/300 only, you may not use @samp{$} in
1588 On most machines, you can also use @code{$} in symbol names; exceptions
1589 are noted in @ref{Machine Dependencies}.
1591 No symbol may begin with a digit. Case is significant.
1592 There is no length limit: all characters are significant. Symbols are
1593 delimited by characters not in that set, or by the beginning of a file
1594 (since the source program must end with a newline, the end of a file is
1595 not a possible symbol delimiter). @xref{Symbols}.
1596 @cindex length of symbols
1601 @cindex statements, structure of
1602 @cindex line separator character
1603 @cindex statement separator character
1605 @ifclear abnormal-separator
1606 A @dfn{statement} ends at a newline character (@samp{\n}) or at a
1607 semicolon (@samp{;}). The newline or semicolon is considered part of
1608 the preceding statement. Newlines and semicolons within character
1609 constants are an exception: they do not end statements.
1611 @ifset abnormal-separator
1613 A @dfn{statement} ends at a newline character (@samp{\n}) or an ``at''
1614 sign (@samp{@@}). The newline or at sign is considered part of the
1615 preceding statement. Newlines and at signs within character constants
1616 are an exception: they do not end statements.
1619 A @dfn{statement} ends at a newline character (@samp{\n}) or an exclamation
1620 point (@samp{!}). The newline or exclamation point is considered part of the
1621 preceding statement. Newlines and exclamation points within character
1622 constants are an exception: they do not end statements.
1625 A @dfn{statement} ends at a newline character (@samp{\n}); or (for the
1626 H8/300) a dollar sign (@samp{$}); or (for the
1629 (@samp{;}). The newline or separator character is considered part of
1630 the preceding statement. Newlines and separators within character
1631 constants are an exception: they do not end statements.
1636 A @dfn{statement} ends at a newline character (@samp{\n}) or line
1637 separator character. (The line separator is usually @samp{;}, unless
1638 this conflicts with the comment character; @pxref{Machine Dependencies}.) The
1639 newline or separator character is considered part of the preceding
1640 statement. Newlines and separators within character constants are an
1641 exception: they do not end statements.
1644 @cindex newline, required at file end
1645 @cindex EOF, newline must precede
1646 It is an error to end any statement with end-of-file: the last
1647 character of any input file should be a newline.@refill
1649 An empty statement is allowed, and may include whitespace. It is ignored.
1651 @cindex instructions and directives
1652 @cindex directives and instructions
1653 @c "key symbol" is not used elsewhere in the document; seems pedantic to
1654 @c @defn{} it in that case, as was done previously... doc@cygnus.com,
1656 A statement begins with zero or more labels, optionally followed by a
1657 key symbol which determines what kind of statement it is. The key
1658 symbol determines the syntax of the rest of the statement. If the
1659 symbol begins with a dot @samp{.} then the statement is an assembler
1660 directive: typically valid for any computer. If the symbol begins with
1661 a letter the statement is an assembly language @dfn{instruction}: it
1662 assembles into a machine language instruction.
1664 Different versions of @code{@value{AS}} for different computers
1665 recognize different instructions. In fact, the same symbol may
1666 represent a different instruction in a different computer's assembly
1670 @cindex @code{:} (label)
1671 @cindex label (@code{:})
1672 A label is a symbol immediately followed by a colon (@code{:}).
1673 Whitespace before a label or after a colon is permitted, but you may not
1674 have whitespace between a label's symbol and its colon. @xref{Labels}.
1677 For HPPA targets, labels need not be immediately followed by a colon, but
1678 the definition of a label must begin in column zero. This also implies that
1679 only one label may be defined on each line.
1683 label: .directive followed by something
1684 another_label: # This is an empty statement.
1685 instruction operand_1, operand_2, @dots{}
1692 A constant is a number, written so that its value is known by
1693 inspection, without knowing any context. Like this:
1696 .byte 74, 0112, 092, 0x4A, 0X4a, 'J, '\J # All the same value.
1697 .ascii "Ring the bell\7" # A string constant.
1698 .octa 0x123456789abcdef0123456789ABCDEF0 # A bignum.
1699 .float 0f-314159265358979323846264338327\
1700 95028841971.693993751E-40 # - pi, a flonum.
1705 * Characters:: Character Constants
1706 * Numbers:: Number Constants
1710 @subsection Character Constants
1712 @cindex character constants
1713 @cindex constants, character
1714 There are two kinds of character constants. A @dfn{character} stands
1715 for one character in one byte and its value may be used in
1716 numeric expressions. String constants (properly called string
1717 @emph{literals}) are potentially many bytes and their values may not be
1718 used in arithmetic expressions.
1722 * Chars:: Characters
1726 @subsubsection Strings
1728 @cindex string constants
1729 @cindex constants, string
1730 A @dfn{string} is written between double-quotes. It may contain
1731 double-quotes or null characters. The way to get special characters
1732 into a string is to @dfn{escape} these characters: precede them with
1733 a backslash @samp{\} character. For example @samp{\\} represents
1734 one backslash: the first @code{\} is an escape which tells
1735 @code{@value{AS}} to interpret the second character literally as a backslash
1736 (which prevents @code{@value{AS}} from recognizing the second @code{\} as an
1737 escape character). The complete list of escapes follows.
1739 @cindex escape codes, character
1740 @cindex character escape codes
1743 @c Mnemonic for ACKnowledge; for ASCII this is octal code 007.
1745 @cindex @code{\b} (backspace character)
1746 @cindex backspace (@code{\b})
1748 Mnemonic for backspace; for ASCII this is octal code 010.
1751 @c Mnemonic for EOText; for ASCII this is octal code 004.
1753 @cindex @code{\f} (formfeed character)
1754 @cindex formfeed (@code{\f})
1756 Mnemonic for FormFeed; for ASCII this is octal code 014.
1758 @cindex @code{\n} (newline character)
1759 @cindex newline (@code{\n})
1761 Mnemonic for newline; for ASCII this is octal code 012.
1764 @c Mnemonic for prefix; for ASCII this is octal code 033, usually known as @code{escape}.
1766 @cindex @code{\r} (carriage return character)
1767 @cindex carriage return (@code{\r})
1769 Mnemonic for carriage-Return; for ASCII this is octal code 015.
1772 @c Mnemonic for space; for ASCII this is octal code 040. Included for compliance with
1773 @c other assemblers.
1775 @cindex @code{\t} (tab)
1776 @cindex tab (@code{\t})
1778 Mnemonic for horizontal Tab; for ASCII this is octal code 011.
1781 @c Mnemonic for Vertical tab; for ASCII this is octal code 013.
1782 @c @item \x @var{digit} @var{digit} @var{digit}
1783 @c A hexadecimal character code. The numeric code is 3 hexadecimal digits.
1785 @cindex @code{\@var{ddd}} (octal character code)
1786 @cindex octal character code (@code{\@var{ddd}})
1787 @item \ @var{digit} @var{digit} @var{digit}
1788 An octal character code. The numeric code is 3 octal digits.
1789 For compatibility with other Unix systems, 8 and 9 are accepted as digits:
1790 for example, @code{\008} has the value 010, and @code{\009} the value 011.
1792 @cindex @code{\@var{xd...}} (hex character code)
1793 @cindex hex character code (@code{\@var{xd...}})
1794 @item \@code{x} @var{hex-digits...}
1795 A hex character code. All trailing hex digits are combined. Either upper or
1796 lower case @code{x} works.
1798 @cindex @code{\\} (@samp{\} character)
1799 @cindex backslash (@code{\\})
1801 Represents one @samp{\} character.
1804 @c Represents one @samp{'} (accent acute) character.
1805 @c This is needed in single character literals
1806 @c (@xref{Characters,,Character Constants}.) to represent
1809 @cindex @code{\"} (doublequote character)
1810 @cindex doublequote (@code{\"})
1812 Represents one @samp{"} character. Needed in strings to represent
1813 this character, because an unescaped @samp{"} would end the string.
1815 @item \ @var{anything-else}
1816 Any other character when escaped by @kbd{\} gives a warning, but
1817 assembles as if the @samp{\} was not present. The idea is that if
1818 you used an escape sequence you clearly didn't want the literal
1819 interpretation of the following character. However @code{@value{AS}} has no
1820 other interpretation, so @code{@value{AS}} knows it is giving you the wrong
1821 code and warns you of the fact.
1824 Which characters are escapable, and what those escapes represent,
1825 varies widely among assemblers. The current set is what we think
1826 the BSD 4.2 assembler recognizes, and is a subset of what most C
1827 compilers recognize. If you are in doubt, do not use an escape
1831 @subsubsection Characters
1833 @cindex single character constant
1834 @cindex character, single
1835 @cindex constant, single character
1836 A single character may be written as a single quote immediately
1837 followed by that character. The same escapes apply to characters as
1838 to strings. So if you want to write the character backslash, you
1839 must write @kbd{'\\} where the first @code{\} escapes the second
1840 @code{\}. As you can see, the quote is an acute accent, not a
1841 grave accent. A newline
1843 @ifclear abnormal-separator
1844 (or semicolon @samp{;})
1846 @ifset abnormal-separator
1848 (or at sign @samp{@@})
1851 (or dollar sign @samp{$}, for the H8/300; or semicolon @samp{;} for the
1857 immediately following an acute accent is taken as a literal character
1858 and does not count as the end of a statement. The value of a character
1859 constant in a numeric expression is the machine's byte-wide code for
1860 that character. @code{@value{AS}} assumes your character code is ASCII:
1861 @kbd{'A} means 65, @kbd{'B} means 66, and so on. @refill
1864 @subsection Number Constants
1866 @cindex constants, number
1867 @cindex number constants
1868 @code{@value{AS}} distinguishes three kinds of numbers according to how they
1869 are stored in the target machine. @emph{Integers} are numbers that
1870 would fit into an @code{int} in the C language. @emph{Bignums} are
1871 integers, but they are stored in more than 32 bits. @emph{Flonums}
1872 are floating point numbers, described below.
1875 * Integers:: Integers
1880 * Bit Fields:: Bit Fields
1886 @subsubsection Integers
1888 @cindex constants, integer
1890 @cindex binary integers
1891 @cindex integers, binary
1892 A binary integer is @samp{0b} or @samp{0B} followed by zero or more of
1893 the binary digits @samp{01}.
1895 @cindex octal integers
1896 @cindex integers, octal
1897 An octal integer is @samp{0} followed by zero or more of the octal
1898 digits (@samp{01234567}).
1900 @cindex decimal integers
1901 @cindex integers, decimal
1902 A decimal integer starts with a non-zero digit followed by zero or
1903 more digits (@samp{0123456789}).
1905 @cindex hexadecimal integers
1906 @cindex integers, hexadecimal
1907 A hexadecimal integer is @samp{0x} or @samp{0X} followed by one or
1908 more hexadecimal digits chosen from @samp{0123456789abcdefABCDEF}.
1910 Integers have the usual values. To denote a negative integer, use
1911 the prefix operator @samp{-} discussed under expressions
1912 (@pxref{Prefix Ops,,Prefix Operators}).
1915 @subsubsection Bignums
1918 @cindex constants, bignum
1919 A @dfn{bignum} has the same syntax and semantics as an integer
1920 except that the number (or its negative) takes more than 32 bits to
1921 represent in binary. The distinction is made because in some places
1922 integers are permitted while bignums are not.
1925 @subsubsection Flonums
1927 @cindex floating point numbers
1928 @cindex constants, floating point
1930 @cindex precision, floating point
1931 A @dfn{flonum} represents a floating point number. The translation is
1932 indirect: a decimal floating point number from the text is converted by
1933 @code{@value{AS}} to a generic binary floating point number of more than
1934 sufficient precision. This generic floating point number is converted
1935 to a particular computer's floating point format (or formats) by a
1936 portion of @code{@value{AS}} specialized to that computer.
1938 A flonum is written by writing (in order)
1943 (@samp{0} is optional on the HPPA.)
1947 A letter, to tell @code{@value{AS}} the rest of the number is a flonum.
1949 @kbd{e} is recommended. Case is not important.
1951 @c FIXME: verify if flonum syntax really this vague for most cases
1952 (Any otherwise illegal letter works here, but that might be changed. Vax BSD
1953 4.2 assembler seems to allow any of @samp{defghDEFGH}.)
1956 On the H8/300, H8/500,
1958 and AMD 29K architectures, the letter must be
1959 one of the letters @samp{DFPRSX} (in upper or lower case).
1961 On the ARC, the letter must be one of the letters @samp{DFRS}
1962 (in upper or lower case).
1964 On the Intel 960 architecture, the letter must be
1965 one of the letters @samp{DFT} (in upper or lower case).
1967 On the HPPA architecture, the letter must be @samp{E} (upper case only).
1971 One of the letters @samp{DFPRSX} (in upper or lower case).
1974 One of the letters @samp{DFRS} (in upper or lower case).
1977 One of the letters @samp{DFPRSX} (in upper or lower case).
1980 The letter @samp{E} (upper case only).
1983 One of the letters @samp{DFT} (in upper or lower case).
1988 An optional sign: either @samp{+} or @samp{-}.
1991 An optional @dfn{integer part}: zero or more decimal digits.
1994 An optional @dfn{fractional part}: @samp{.} followed by zero
1995 or more decimal digits.
1998 An optional exponent, consisting of:
2002 An @samp{E} or @samp{e}.
2003 @c I can't find a config where "EXP_CHARS" is other than 'eE', but in
2004 @c principle this can perfectly well be different on different targets.
2006 Optional sign: either @samp{+} or @samp{-}.
2008 One or more decimal digits.
2013 At least one of the integer part or the fractional part must be
2014 present. The floating point number has the usual base-10 value.
2016 @code{@value{AS}} does all processing using integers. Flonums are computed
2017 independently of any floating point hardware in the computer running
2022 @c Bit fields are written as a general facility but are also controlled
2023 @c by a conditional-compilation flag---which is as of now (21mar91)
2024 @c turned on only by the i960 config of GAS.
2026 @subsubsection Bit Fields
2029 @cindex constants, bit field
2030 You can also define numeric constants as @dfn{bit fields}.
2031 specify two numbers separated by a colon---
2033 @var{mask}:@var{value}
2036 @code{@value{AS}} applies a bitwise @sc{and} between @var{mask} and
2039 The resulting number is then packed
2041 @c this conditional paren in case bit fields turned on elsewhere than 960
2042 (in host-dependent byte order)
2044 into a field whose width depends on which assembler directive has the
2045 bit-field as its argument. Overflow (a result from the bitwise and
2046 requiring more binary digits to represent) is not an error; instead,
2047 more constants are generated, of the specified width, beginning with the
2048 least significant digits.@refill
2050 The directives @code{.byte}, @code{.hword}, @code{.int}, @code{.long},
2051 @code{.short}, and @code{.word} accept bit-field arguments.
2056 @chapter Sections and Relocation
2061 * Secs Background:: Background
2062 * Ld Sections:: Linker Sections
2063 * As Sections:: Assembler Internal Sections
2064 * Sub-Sections:: Sub-Sections
2068 @node Secs Background
2071 Roughly, a section is a range of addresses, with no gaps; all data
2072 ``in'' those addresses is treated the same for some particular purpose.
2073 For example there may be a ``read only'' section.
2075 @cindex linker, and assembler
2076 @cindex assembler, and linker
2077 The linker @code{@value{LD}} reads many object files (partial programs) and
2078 combines their contents to form a runnable program. When @code{@value{AS}}
2079 emits an object file, the partial program is assumed to start at address 0.
2080 @code{@value{LD}} assigns the final addresses for the partial program, so that
2081 different partial programs do not overlap. This is actually an
2082 oversimplification, but it suffices to explain how @code{@value{AS}} uses
2085 @code{@value{LD}} moves blocks of bytes of your program to their run-time
2086 addresses. These blocks slide to their run-time addresses as rigid
2087 units; their length does not change and neither does the order of bytes
2088 within them. Such a rigid unit is called a @emph{section}. Assigning
2089 run-time addresses to sections is called @dfn{relocation}. It includes
2090 the task of adjusting mentions of object-file addresses so they refer to
2091 the proper run-time addresses.
2093 For the H8/300 and H8/500,
2094 and for the Hitachi SH,
2095 @code{@value{AS}} pads sections if needed to
2096 ensure they end on a word (sixteen bit) boundary.
2099 @cindex standard assembler sections
2100 An object file written by @code{@value{AS}} has at least three sections, any
2101 of which may be empty. These are named @dfn{text}, @dfn{data} and
2106 When it generates COFF output,
2108 @code{@value{AS}} can also generate whatever other named sections you specify
2109 using the @samp{.section} directive (@pxref{Section,,@code{.section}}).
2110 If you do not use any directives that place output in the @samp{.text}
2111 or @samp{.data} sections, these sections still exist, but are empty.
2116 When @code{@value{AS}} generates SOM or ELF output for the HPPA,
2118 @code{@value{AS}} can also generate whatever other named sections you
2119 specify using the @samp{.space} and @samp{.subspace} directives. See
2120 @cite{HP9000 Series 800 Assembly Language Reference Manual}
2121 (HP 92432-90001) for details on the @samp{.space} and @samp{.subspace}
2122 assembler directives.
2125 Additionally, @code{@value{AS}} uses different names for the standard
2126 text, data, and bss sections when generating SOM output. Program text
2127 is placed into the @samp{$CODE$} section, data into @samp{$DATA$}, and
2128 BSS into @samp{$BSS$}.
2132 Within the object file, the text section starts at address @code{0}, the
2133 data section follows, and the bss section follows the data section.
2136 When generating either SOM or ELF output files on the HPPA, the text
2137 section starts at address @code{0}, the data section at address
2138 @code{0x4000000}, and the bss section follows the data section.
2141 To let @code{@value{LD}} know which data changes when the sections are
2142 relocated, and how to change that data, @code{@value{AS}} also writes to the
2143 object file details of the relocation needed. To perform relocation
2144 @code{@value{LD}} must know, each time an address in the object
2148 Where in the object file is the beginning of this reference to
2151 How long (in bytes) is this reference?
2153 Which section does the address refer to? What is the numeric value of
2155 (@var{address}) @minus{} (@var{start-address of section})?
2158 Is the reference to an address ``Program-Counter relative''?
2161 @cindex addresses, format of
2162 @cindex section-relative addressing
2163 In fact, every address @code{@value{AS}} ever uses is expressed as
2165 (@var{section}) + (@var{offset into section})
2168 Further, most expressions @code{@value{AS}} computes have this section-relative
2171 (For some object formats, such as SOM for the HPPA, some expressions are
2172 symbol-relative instead.)
2175 In this manual we use the notation @{@var{secname} @var{N}@} to mean ``offset
2176 @var{N} into section @var{secname}.''
2178 Apart from text, data and bss sections you need to know about the
2179 @dfn{absolute} section. When @code{@value{LD}} mixes partial programs,
2180 addresses in the absolute section remain unchanged. For example, address
2181 @code{@{absolute 0@}} is ``relocated'' to run-time address 0 by
2182 @code{@value{LD}}. Although the linker never arranges two partial programs'
2183 data sections with overlapping addresses after linking, @emph{by definition}
2184 their absolute sections must overlap. Address @code{@{absolute@ 239@}} in one
2185 part of a program is always the same address when the program is running as
2186 address @code{@{absolute@ 239@}} in any other part of the program.
2188 The idea of sections is extended to the @dfn{undefined} section. Any
2189 address whose section is unknown at assembly time is by definition
2190 rendered @{undefined @var{U}@}---where @var{U} is filled in later.
2191 Since numbers are always defined, the only way to generate an undefined
2192 address is to mention an undefined symbol. A reference to a named
2193 common block would be such a symbol: its value is unknown at assembly
2194 time so it has section @emph{undefined}.
2196 By analogy the word @emph{section} is used to describe groups of sections in
2197 the linked program. @code{@value{LD}} puts all partial programs' text
2198 sections in contiguous addresses in the linked program. It is
2199 customary to refer to the @emph{text section} of a program, meaning all
2200 the addresses of all partial programs' text sections. Likewise for
2201 data and bss sections.
2203 Some sections are manipulated by @code{@value{LD}}; others are invented for
2204 use of @code{@value{AS}} and have no meaning except during assembly.
2207 @section Linker Sections
2208 @code{@value{LD}} deals with just four kinds of sections, summarized below.
2213 @cindex named sections
2214 @cindex sections, named
2215 @item named sections
2218 @cindex text section
2219 @cindex data section
2223 These sections hold your program. @code{@value{AS}} and @code{@value{LD}} treat them as
2224 separate but equal sections. Anything you can say of one section is
2227 When the program is running, however, it is
2228 customary for the text section to be unalterable. The
2229 text section is often shared among processes: it contains
2230 instructions, constants and the like. The data section of a running
2231 program is usually alterable: for example, C variables would be stored
2232 in the data section.
2237 This section contains zeroed bytes when your program begins running. It
2238 is used to hold unitialized variables or common storage. The length of
2239 each partial program's bss section is important, but because it starts
2240 out containing zeroed bytes there is no need to store explicit zero
2241 bytes in the object file. The bss section was invented to eliminate
2242 those explicit zeros from object files.
2244 @cindex absolute section
2245 @item absolute section
2246 Address 0 of this section is always ``relocated'' to runtime address 0.
2247 This is useful if you want to refer to an address that @code{@value{LD}} must
2248 not change when relocating. In this sense we speak of absolute
2249 addresses being ``unrelocatable'': they do not change during relocation.
2251 @cindex undefined section
2252 @item undefined section
2253 This ``section'' is a catch-all for address references to objects not in
2254 the preceding sections.
2255 @c FIXME: ref to some other doc on obj-file formats could go here.
2258 @cindex relocation example
2259 An idealized example of three relocatable sections follows.
2261 The example uses the traditional section names @samp{.text} and @samp{.data}.
2263 Memory addresses are on the horizontal axis.
2267 @c END TEXI2ROFF-KILL
2270 partial program # 1: |ttttt|dddd|00|
2277 partial program # 2: |TTT|DDD|000|
2280 +--+---+-----+--+----+---+-----+~~
2281 linked program: | |TTT|ttttt| |dddd|DDD|00000|
2282 +--+---+-----+--+----+---+-----+~~
2284 addresses: 0 @dots{}
2291 \line{\it Partial program \#1: \hfil}
2292 \line{\ibox{2.5cm}{\tt text}\ibox{2cm}{\tt data}\ibox{1cm}{\tt bss}\hfil}
2293 \line{\boxit{2.5cm}{\tt ttttt}\boxit{2cm}{\tt dddd}\boxit{1cm}{\tt 00}\hfil}
2295 \line{\it Partial program \#2: \hfil}
2296 \line{\ibox{1cm}{\tt text}\ibox{1.5cm}{\tt data}\ibox{1cm}{\tt bss}\hfil}
2297 \line{\boxit{1cm}{\tt TTT}\boxit{1.5cm}{\tt DDDD}\boxit{1cm}{\tt 000}\hfil}
2299 \line{\it linked program: \hfil}
2300 \line{\ibox{.5cm}{}\ibox{1cm}{\tt text}\ibox{2.5cm}{}\ibox{.75cm}{}\ibox{2cm}{\tt data}\ibox{1.5cm}{}\ibox{2cm}{\tt bss}\hfil}
2301 \line{\boxit{.5cm}{}\boxit{1cm}{\tt TTT}\boxit{2.5cm}{\tt
2302 ttttt}\boxit{.75cm}{}\boxit{2cm}{\tt dddd}\boxit{1.5cm}{\tt
2303 DDDD}\boxit{2cm}{\tt 00000}\ \dots\hfil}
2305 \line{\it addresses: \hfil}
2309 @c END TEXI2ROFF-KILL
2312 @section Assembler Internal Sections
2314 @cindex internal assembler sections
2315 @cindex sections in messages, internal
2316 These sections are meant only for the internal use of @code{@value{AS}}. They
2317 have no meaning at run-time. You do not really need to know about these
2318 sections for most purposes; but they can be mentioned in @code{@value{AS}}
2319 warning messages, so it might be helpful to have an idea of their
2320 meanings to @code{@value{AS}}. These sections are used to permit the
2321 value of every expression in your assembly language program to be a
2322 section-relative address.
2325 @cindex assembler internal logic error
2326 @item ASSEMBLER-INTERNAL-LOGIC-ERROR!
2327 An internal assembler logic error has been found. This means there is a
2328 bug in the assembler.
2330 @cindex expr (internal section)
2332 The assembler stores complex expression internally as combinations of
2333 symbols. When it needs to represent an expression as a symbol, it puts
2334 it in the expr section.
2336 @c FIXME item transfer[t] vector preload
2337 @c FIXME item transfer[t] vector postload
2338 @c FIXME item register
2342 @section Sub-Sections
2344 @cindex numbered subsections
2345 @cindex grouping data
2351 fall into two sections: text and data.
2353 You may have separate groups of
2355 data in named sections
2359 data in named sections
2365 that you want to end up near to each other in the object file, even though they
2366 are not contiguous in the assembler source. @code{@value{AS}} allows you to
2367 use @dfn{subsections} for this purpose. Within each section, there can be
2368 numbered subsections with values from 0 to 8192. Objects assembled into the
2369 same subsection go into the object file together with other objects in the same
2370 subsection. For example, a compiler might want to store constants in the text
2371 section, but might not want to have them interspersed with the program being
2372 assembled. In this case, the compiler could issue a @samp{.text 0} before each
2373 section of code being output, and a @samp{.text 1} before each group of
2374 constants being output.
2376 Subsections are optional. If you do not use subsections, everything
2377 goes in subsection number zero.
2380 Each subsection is zero-padded up to a multiple of four bytes.
2381 (Subsections may be padded a different amount on different flavors
2382 of @code{@value{AS}}.)
2386 On the H8/300 and H8/500 platforms, each subsection is zero-padded to a word
2387 boundary (two bytes).
2388 The same is true on the Hitachi SH.
2391 @c FIXME section padding (alignment)?
2392 @c Rich Pixley says padding here depends on target obj code format; that
2393 @c doesn't seem particularly useful to say without further elaboration,
2394 @c so for now I say nothing about it. If this is a generic BFD issue,
2395 @c these paragraphs might need to vanish from this manual, and be
2396 @c discussed in BFD chapter of binutils (or some such).
2399 On the AMD 29K family, no particular padding is added to section or
2400 subsection sizes; @value{AS} forces no alignment on this platform.
2404 Subsections appear in your object file in numeric order, lowest numbered
2405 to highest. (All this to be compatible with other people's assemblers.)
2406 The object file contains no representation of subsections; @code{@value{LD}} and
2407 other programs that manipulate object files see no trace of them.
2408 They just see all your text subsections as a text section, and all your
2409 data subsections as a data section.
2411 To specify which subsection you want subsequent statements assembled
2412 into, use a numeric argument to specify it, in a @samp{.text
2413 @var{expression}} or a @samp{.data @var{expression}} statement.
2416 When generating COFF output, you
2421 can also use an extra subsection
2422 argument with arbitrary named sections: @samp{.section @var{name},
2425 @var{Expression} should be an absolute expression.
2426 (@xref{Expressions}.) If you just say @samp{.text} then @samp{.text 0}
2427 is assumed. Likewise @samp{.data} means @samp{.data 0}. Assembly
2428 begins in @code{text 0}. For instance:
2430 .text 0 # The default subsection is text 0 anyway.
2431 .ascii "This lives in the first text subsection. *"
2433 .ascii "But this lives in the second text subsection."
2435 .ascii "This lives in the data section,"
2436 .ascii "in the first data subsection."
2438 .ascii "This lives in the first text section,"
2439 .ascii "immediately following the asterisk (*)."
2442 Each section has a @dfn{location counter} incremented by one for every byte
2443 assembled into that section. Because subsections are merely a convenience
2444 restricted to @code{@value{AS}} there is no concept of a subsection location
2445 counter. There is no way to directly manipulate a location counter---but the
2446 @code{.align} directive changes it, and any label definition captures its
2447 current value. The location counter of the section where statements are being
2448 assembled is said to be the @dfn{active} location counter.
2451 @section bss Section
2454 @cindex common variable storage
2455 The bss section is used for local common variable storage.
2456 You may allocate address space in the bss section, but you may
2457 not dictate data to load into it before your program executes. When
2458 your program starts running, all the contents of the bss
2459 section are zeroed bytes.
2461 The @code{.lcomm} pseudo-op defines a symbol in the bss section; see
2462 @ref{Lcomm,,@code{.lcomm}}.
2464 The @code{.comm} pseudo-op may be used to declare a common symbol, which is
2465 another form of uninitialized symbol; see @xref{Comm,,@code{.comm}}.
2468 When assembling for a target which supports multiple sections, such as ELF or
2469 COFF, you may switch into the @code{.bss} section and define symbols as usual;
2470 see @ref{Section,,@code{.section}}. You may only assemble zero values into the
2471 section. Typically the section will only contain symbol definitions and
2472 @code{.skip} directives (@pxref{Skip,,@code{.skip}}).
2479 Symbols are a central concept: the programmer uses symbols to name
2480 things, the linker uses symbols to link, and the debugger uses symbols
2484 @cindex debuggers, and symbol order
2485 @emph{Warning:} @code{@value{AS}} does not place symbols in the object file in
2486 the same order they were declared. This may break some debuggers.
2491 * Setting Symbols:: Giving Symbols Other Values
2492 * Symbol Names:: Symbol Names
2493 * Dot:: The Special Dot Symbol
2494 * Symbol Attributes:: Symbol Attributes
2501 A @dfn{label} is written as a symbol immediately followed by a colon
2502 @samp{:}. The symbol then represents the current value of the
2503 active location counter, and is, for example, a suitable instruction
2504 operand. You are warned if you use the same symbol to represent two
2505 different locations: the first definition overrides any other
2509 On the HPPA, the usual form for a label need not be immediately followed by a
2510 colon, but instead must start in column zero. Only one label may be defined on
2511 a single line. To work around this, the HPPA version of @code{@value{AS}} also
2512 provides a special directive @code{.label} for defining labels more flexibly.
2515 @node Setting Symbols
2516 @section Giving Symbols Other Values
2518 @cindex assigning values to symbols
2519 @cindex symbol values, assigning
2520 A symbol can be given an arbitrary value by writing a symbol, followed
2521 by an equals sign @samp{=}, followed by an expression
2522 (@pxref{Expressions}). This is equivalent to using the @code{.set}
2523 directive. @xref{Set,,@code{.set}}.
2526 @section Symbol Names
2528 @cindex symbol names
2529 @cindex names, symbol
2530 @ifclear SPECIAL-SYMS
2531 Symbol names begin with a letter or with one of @samp{._}. On most
2532 machines, you can also use @code{$} in symbol names; exceptions are
2533 noted in @ref{Machine Dependencies}. That character may be followed by any
2534 string of digits, letters, dollar signs (unless otherwise noted in
2535 @ref{Machine Dependencies}), and underscores.
2538 For the AMD 29K family, @samp{?} is also allowed in the
2539 body of a symbol name, though not at its beginning.
2544 Symbol names begin with a letter or with one of @samp{._}. On the
2546 H8/500, you can also use @code{$} in symbol names. That character may
2547 be followed by any string of digits, letters, dollar signs (save on the
2548 H8/300), and underscores.
2552 Case of letters is significant: @code{foo} is a different symbol name
2555 Each symbol has exactly one name. Each name in an assembly language program
2556 refers to exactly one symbol. You may use that symbol name any number of times
2559 @subheading Local Symbol Names
2561 @cindex local symbol names
2562 @cindex symbol names, local
2563 @cindex temporary symbol names
2564 @cindex symbol names, temporary
2565 Local symbols help compilers and programmers use names temporarily.
2566 There are ten local symbol names, which are re-used throughout the
2567 program. You may refer to them using the names @samp{0} @samp{1}
2568 @dots{} @samp{9}. To define a local symbol, write a label of the form
2569 @samp{@b{N}:} (where @b{N} represents any digit). To refer to the most
2570 recent previous definition of that symbol write @samp{@b{N}b}, using the
2571 same digit as when you defined the label. To refer to the next
2572 definition of a local label, write @samp{@b{N}f}---where @b{N} gives you
2573 a choice of 10 forward references. The @samp{b} stands for
2574 ``backwards'' and the @samp{f} stands for ``forwards''.
2576 Local symbols are not emitted by the current @sc{gnu} C compiler.
2578 There is no restriction on how you can use these labels, but
2579 remember that at any point in the assembly you can refer to at most
2580 10 prior local labels and to at most 10 forward local labels.
2582 Local symbol names are only a notation device. They are immediately
2583 transformed into more conventional symbol names before the assembler
2584 uses them. The symbol names stored in the symbol table, appearing in
2585 error messages and optionally emitted to the object file have these
2590 All local labels begin with @samp{L}. Normally both @code{@value{AS}} and
2591 @code{@value{LD}} forget symbols that start with @samp{L}. These labels are
2592 used for symbols you are never intended to see. If you use the
2593 @samp{-L} option then @code{@value{AS}} retains these symbols in the
2594 object file. If you also instruct @code{@value{LD}} to retain these symbols,
2595 you may use them in debugging.
2598 If the label is written @samp{0:} then the digit is @samp{0}.
2599 If the label is written @samp{1:} then the digit is @samp{1}.
2600 And so on up through @samp{9:}.
2603 This unusual character is included so you do not accidentally invent
2604 a symbol of the same name. The character has ASCII value
2607 @item @emph{ordinal number}
2608 This is a serial number to keep the labels distinct. The first
2609 @samp{0:} gets the number @samp{1}; The 15th @samp{0:} gets the
2610 number @samp{15}; @emph{etc.}. Likewise for the other labels @samp{1:}
2614 For instance, the first @code{1:} is named @code{L1@kbd{C-A}1}, the 44th
2615 @code{3:} is named @code{L3@kbd{C-A}44}.
2618 @section The Special Dot Symbol
2620 @cindex dot (symbol)
2621 @cindex @code{.} (symbol)
2622 @cindex current address
2623 @cindex location counter
2624 The special symbol @samp{.} refers to the current address that
2625 @code{@value{AS}} is assembling into. Thus, the expression @samp{melvin:
2626 .long .} defines @code{melvin} to contain its own address.
2627 Assigning a value to @code{.} is treated the same as a @code{.org}
2628 directive. Thus, the expression @samp{.=.+4} is the same as saying
2629 @ifclear no-space-dir
2638 @node Symbol Attributes
2639 @section Symbol Attributes
2641 @cindex symbol attributes
2642 @cindex attributes, symbol
2643 Every symbol has, as well as its name, the attributes ``Value'' and
2644 ``Type''. Depending on output format, symbols can also have auxiliary
2647 The detailed definitions are in @file{a.out.h}.
2650 If you use a symbol without defining it, @code{@value{AS}} assumes zero for
2651 all these attributes, and probably won't warn you. This makes the
2652 symbol an externally defined symbol, which is generally what you
2656 * Symbol Value:: Value
2657 * Symbol Type:: Type
2660 * a.out Symbols:: Symbol Attributes: @code{a.out}
2664 * a.out Symbols:: Symbol Attributes: @code{a.out}
2667 * a.out Symbols:: Symbol Attributes: @code{a.out}, @code{b.out}
2672 * COFF Symbols:: Symbol Attributes for COFF
2675 * SOM Symbols:: Symbol Attributes for SOM
2682 @cindex value of a symbol
2683 @cindex symbol value
2684 The value of a symbol is (usually) 32 bits. For a symbol which labels a
2685 location in the text, data, bss or absolute sections the value is the
2686 number of addresses from the start of that section to the label.
2687 Naturally for text, data and bss sections the value of a symbol changes
2688 as @code{@value{LD}} changes section base addresses during linking. Absolute
2689 symbols' values do not change during linking: that is why they are
2692 The value of an undefined symbol is treated in a special way. If it is
2693 0 then the symbol is not defined in this assembler source file, and
2694 @code{@value{LD}} tries to determine its value from other files linked into the
2695 same program. You make this kind of symbol simply by mentioning a symbol
2696 name without defining it. A non-zero value represents a @code{.comm}
2697 common declaration. The value is how much common storage to reserve, in
2698 bytes (addresses). The symbol refers to the first address of the
2704 @cindex type of a symbol
2706 The type attribute of a symbol contains relocation (section)
2707 information, any flag settings indicating that a symbol is external, and
2708 (optionally), other information for linkers and debuggers. The exact
2709 format depends on the object-code output format in use.
2714 @c The following avoids a "widow" subsection title. @group would be
2715 @c better if it were available outside examples.
2718 @subsection Symbol Attributes: @code{a.out}, @code{b.out}
2720 @cindex @code{b.out} symbol attributes
2721 @cindex symbol attributes, @code{b.out}
2722 These symbol attributes appear only when @code{@value{AS}} is configured for
2723 one of the Berkeley-descended object output formats---@code{a.out} or
2729 @subsection Symbol Attributes: @code{a.out}
2731 @cindex @code{a.out} symbol attributes
2732 @cindex symbol attributes, @code{a.out}
2738 @subsection Symbol Attributes: @code{a.out}
2740 @cindex @code{a.out} symbol attributes
2741 @cindex symbol attributes, @code{a.out}
2745 * Symbol Desc:: Descriptor
2746 * Symbol Other:: Other
2750 @subsubsection Descriptor
2752 @cindex descriptor, of @code{a.out} symbol
2753 This is an arbitrary 16-bit value. You may establish a symbol's
2754 descriptor value by using a @code{.desc} statement
2755 (@pxref{Desc,,@code{.desc}}). A descriptor value means nothing to
2759 @subsubsection Other
2761 @cindex other attribute, of @code{a.out} symbol
2762 This is an arbitrary 8-bit value. It means nothing to @code{@value{AS}}.
2767 @subsection Symbol Attributes for COFF
2769 @cindex COFF symbol attributes
2770 @cindex symbol attributes, COFF
2772 The COFF format supports a multitude of auxiliary symbol attributes;
2773 like the primary symbol attributes, they are set between @code{.def} and
2774 @code{.endef} directives.
2776 @subsubsection Primary Attributes
2778 @cindex primary attributes, COFF symbols
2779 The symbol name is set with @code{.def}; the value and type,
2780 respectively, with @code{.val} and @code{.type}.
2782 @subsubsection Auxiliary Attributes
2784 @cindex auxiliary attributes, COFF symbols
2785 The @code{@value{AS}} directives @code{.dim}, @code{.line}, @code{.scl},
2786 @code{.size}, and @code{.tag} can generate auxiliary symbol table
2787 information for COFF.
2792 @subsection Symbol Attributes for SOM
2794 @cindex SOM symbol attributes
2795 @cindex symbol attributes, SOM
2797 The SOM format for the HPPA supports a multitude of symbol attributes set with
2798 the @code{.EXPORT} and @code{.IMPORT} directives.
2800 The attributes are described in @cite{HP9000 Series 800 Assembly
2801 Language Reference Manual} (HP 92432-90001) under the @code{IMPORT} and
2802 @code{EXPORT} assembler directive documentation.
2806 @chapter Expressions
2810 @cindex numeric values
2811 An @dfn{expression} specifies an address or numeric value.
2812 Whitespace may precede and/or follow an expression.
2814 The result of an expression must be an absolute number, or else an offset into
2815 a particular section. If an expression is not absolute, and there is not
2816 enough information when @code{@value{AS}} sees the expression to know its
2817 section, a second pass over the source program might be necessary to interpret
2818 the expression---but the second pass is currently not implemented.
2819 @code{@value{AS}} aborts with an error message in this situation.
2822 * Empty Exprs:: Empty Expressions
2823 * Integer Exprs:: Integer Expressions
2827 @section Empty Expressions
2829 @cindex empty expressions
2830 @cindex expressions, empty
2831 An empty expression has no value: it is just whitespace or null.
2832 Wherever an absolute expression is required, you may omit the
2833 expression, and @code{@value{AS}} assumes a value of (absolute) 0. This
2834 is compatible with other assemblers.
2837 @section Integer Expressions
2839 @cindex integer expressions
2840 @cindex expressions, integer
2841 An @dfn{integer expression} is one or more @emph{arguments} delimited
2842 by @emph{operators}.
2845 * Arguments:: Arguments
2846 * Operators:: Operators
2847 * Prefix Ops:: Prefix Operators
2848 * Infix Ops:: Infix Operators
2852 @subsection Arguments
2854 @cindex expression arguments
2855 @cindex arguments in expressions
2856 @cindex operands in expressions
2857 @cindex arithmetic operands
2858 @dfn{Arguments} are symbols, numbers or subexpressions. In other
2859 contexts arguments are sometimes called ``arithmetic operands''. In
2860 this manual, to avoid confusing them with the ``instruction operands'' of
2861 the machine language, we use the term ``argument'' to refer to parts of
2862 expressions only, reserving the word ``operand'' to refer only to machine
2863 instruction operands.
2865 Symbols are evaluated to yield @{@var{section} @var{NNN}@} where
2866 @var{section} is one of text, data, bss, absolute,
2867 or undefined. @var{NNN} is a signed, 2's complement 32 bit
2870 Numbers are usually integers.
2872 A number can be a flonum or bignum. In this case, you are warned
2873 that only the low order 32 bits are used, and @code{@value{AS}} pretends
2874 these 32 bits are an integer. You may write integer-manipulating
2875 instructions that act on exotic constants, compatible with other
2878 @cindex subexpressions
2879 Subexpressions are a left parenthesis @samp{(} followed by an integer
2880 expression, followed by a right parenthesis @samp{)}; or a prefix
2881 operator followed by an argument.
2884 @subsection Operators
2886 @cindex operators, in expressions
2887 @cindex arithmetic functions
2888 @cindex functions, in expressions
2889 @dfn{Operators} are arithmetic functions, like @code{+} or @code{%}. Prefix
2890 operators are followed by an argument. Infix operators appear
2891 between their arguments. Operators may be preceded and/or followed by
2895 @subsection Prefix Operator
2897 @cindex prefix operators
2898 @code{@value{AS}} has the following @dfn{prefix operators}. They each take
2899 one argument, which must be absolute.
2901 @c the tex/end tex stuff surrounding this small table is meant to make
2902 @c it align, on the printed page, with the similar table in the next
2903 @c section (which is inside an enumerate).
2905 \global\advance\leftskip by \itemindent
2910 @dfn{Negation}. Two's complement negation.
2912 @dfn{Complementation}. Bitwise not.
2916 \global\advance\leftskip by -\itemindent
2920 @subsection Infix Operators
2922 @cindex infix operators
2923 @cindex operators, permitted arguments
2924 @dfn{Infix operators} take two arguments, one on either side. Operators
2925 have precedence, but operations with equal precedence are performed left
2926 to right. Apart from @code{+} or @code{-}, both arguments must be
2927 absolute, and the result is absolute.
2930 @cindex operator precedence
2931 @cindex precedence of operators
2938 @dfn{Multiplication}.
2941 @dfn{Division}. Truncation is the same as the C operator @samp{/}
2948 @dfn{Shift Left}. Same as the C operator @samp{<<}.
2952 @dfn{Shift Right}. Same as the C operator @samp{>>}.
2956 Intermediate precedence
2961 @dfn{Bitwise Inclusive Or}.
2967 @dfn{Bitwise Exclusive Or}.
2970 @dfn{Bitwise Or Not}.
2977 @cindex addition, permitted arguments
2978 @cindex plus, permitted arguments
2979 @cindex arguments for addition
2981 @dfn{Addition}. If either argument is absolute, the result has the section of
2982 the other argument. You may not add together arguments from different
2985 @cindex subtraction, permitted arguments
2986 @cindex minus, permitted arguments
2987 @cindex arguments for subtraction
2989 @dfn{Subtraction}. If the right argument is absolute, the
2990 result has the section of the left argument.
2991 If both arguments are in the same section, the result is absolute.
2992 You may not subtract arguments from different sections.
2993 @c FIXME is there still something useful to say about undefined - undefined ?
2997 In short, it's only meaningful to add or subtract the @emph{offsets} in an
2998 address; you can only have a defined section in one of the two arguments.
3001 @chapter Assembler Directives
3003 @cindex directives, machine independent
3004 @cindex pseudo-ops, machine independent
3005 @cindex machine independent directives
3006 All assembler directives have names that begin with a period (@samp{.}).
3007 The rest of the name is letters, usually in lower case.
3009 This chapter discusses directives that are available regardless of the
3010 target machine configuration for the @sc{gnu} assembler.
3012 Some machine configurations provide additional directives.
3013 @xref{Machine Dependencies}.
3016 @ifset machine-directives
3017 @xref{Machine Dependencies} for additional directives.
3022 * Abort:: @code{.abort}
3024 * ABORT:: @code{.ABORT}
3027 * Align:: @code{.align @var{abs-expr} , @var{abs-expr}}
3028 * App-File:: @code{.app-file @var{string}}
3029 * Ascii:: @code{.ascii "@var{string}"}@dots{}
3030 * Asciz:: @code{.asciz "@var{string}"}@dots{}
3031 * Balign:: @code{.balign @var{abs-expr} , @var{abs-expr}}
3032 * Byte:: @code{.byte @var{expressions}}
3033 * Comm:: @code{.comm @var{symbol} , @var{length} }
3034 * Data:: @code{.data @var{subsection}}
3036 * Def:: @code{.def @var{name}}
3039 * Desc:: @code{.desc @var{symbol}, @var{abs-expression}}
3045 * Double:: @code{.double @var{flonums}}
3046 * Eject:: @code{.eject}
3047 * Else:: @code{.else}
3049 * Endef:: @code{.endef}
3052 * Endfunc:: @code{.endfunc}
3053 * Endif:: @code{.endif}
3054 * Equ:: @code{.equ @var{symbol}, @var{expression}}
3055 * Equiv:: @code{.equiv @var{symbol}, @var{expression}}
3057 * Extern:: @code{.extern}
3058 @ifclear no-file-dir
3059 * File:: @code{.file @var{string}}
3062 * Fill:: @code{.fill @var{repeat} , @var{size} , @var{value}}
3063 * Float:: @code{.float @var{flonums}}
3064 * Func:: @code{.func}
3065 * Global:: @code{.global @var{symbol}}, @code{.globl @var{symbol}}
3066 * hword:: @code{.hword @var{expressions}}
3067 * Ident:: @code{.ident}
3068 * If:: @code{.if @var{absolute expression}}
3069 * Include:: @code{.include "@var{file}"}
3070 * Int:: @code{.int @var{expressions}}
3071 * Irp:: @code{.irp @var{symbol},@var{values}}@dots{}
3072 * Irpc:: @code{.irpc @var{symbol},@var{values}}@dots{}
3073 * Lcomm:: @code{.lcomm @var{symbol} , @var{length}}
3074 * Lflags:: @code{.lflags}
3075 @ifclear no-line-dir
3076 * Line:: @code{.line @var{line-number}}
3079 * Ln:: @code{.ln @var{line-number}}
3080 * Linkonce:: @code{.linkonce [@var{type}]}
3081 * List:: @code{.list}
3082 * Long:: @code{.long @var{expressions}}
3084 * Lsym:: @code{.lsym @var{symbol}, @var{expression}}
3087 * Macro:: @code{.macro @var{name} @var{args}}@dots{}
3088 * MRI:: @code{.mri @var{val}}
3090 * Nolist:: @code{.nolist}
3091 * Octa:: @code{.octa @var{bignums}}
3092 * Org:: @code{.org @var{new-lc} , @var{fill}}
3093 * P2align:: @code{.p2align @var{abs-expr} , @var{abs-expr}}
3094 * Psize:: @code{.psize @var{lines}, @var{columns}}
3095 * Quad:: @code{.quad @var{bignums}}
3096 * Rept:: @code{.rept @var{count}}
3097 * Sbttl:: @code{.sbttl "@var{subheading}"}
3099 * Scl:: @code{.scl @var{class}}
3100 * Section:: @code{.section @var{name}, @var{subsection}}
3103 * Set:: @code{.set @var{symbol}, @var{expression}}
3104 * Short:: @code{.short @var{expressions}}
3105 * Single:: @code{.single @var{flonums}}
3107 * Size:: @code{.size}
3110 * Skip:: @code{.skip @var{size} , @var{fill}}
3111 * Sleb128:: @code{.sleb128 @var{expressions}}
3112 * Space:: @code{.space @var{size} , @var{fill}}
3114 * Stab:: @code{.stabd, .stabn, .stabs}
3117 * String:: @code{.string "@var{str}"}
3119 * Symver:: @code{.symver @var{name},@var{name2@@nodename}}
3122 * Tag:: @code{.tag @var{structname}}
3125 * Text:: @code{.text @var{subsection}}
3126 * Title:: @code{.title "@var{heading}"}
3128 * Type:: @code{.type @var{int}}
3129 * Val:: @code{.val @var{addr}}
3132 * Uleb128:: @code{.uleb128 @var{expressions}}
3133 * Word:: @code{.word @var{expressions}}
3134 * Deprecated:: Deprecated Directives
3138 @section @code{.abort}
3140 @cindex @code{abort} directive
3141 @cindex stopping the assembly
3142 This directive stops the assembly immediately. It is for
3143 compatibility with other assemblers. The original idea was that the
3144 assembly language source would be piped into the assembler. If the sender
3145 of the source quit, it could use this directive tells @code{@value{AS}} to
3146 quit also. One day @code{.abort} will not be supported.
3150 @section @code{.ABORT}
3152 @cindex @code{ABORT} directive
3153 When producing COFF output, @code{@value{AS}} accepts this directive as a
3154 synonym for @samp{.abort}.
3157 When producing @code{b.out} output, @code{@value{AS}} accepts this directive,
3163 @section @code{.align @var{abs-expr}, @var{abs-expr}, @var{abs-expr}}
3165 @cindex padding the location counter
3166 @cindex @code{align} directive
3167 Pad the location counter (in the current subsection) to a particular storage
3168 boundary. The first expression (which must be absolute) is the alignment
3169 required, as described below.
3171 The second expression (also absolute) gives the fill value to be stored in the
3172 padding bytes. It (and the comma) may be omitted. If it is omitted, the
3173 padding bytes are normally zero. However, on some systems, if the section is
3174 marked as containing code and the fill value is omitted, the space is filled
3175 with no-op instructions.
3177 The third expression is also absolute, and is also optional. If it is present,
3178 it is the maximum number of bytes that should be skipped by this alignment
3179 directive. If doing the alignment would require skipping more bytes than the
3180 specified maximum, then the alignment is not done at all. You can omit the
3181 fill value (the second argument) entirely by simply using two commas after the
3182 required alignment; this can be useful if you want the alignment to be filled
3183 with no-op instructions when appropriate.
3185 The way the required alignment is specified varies from system to system.
3186 For the a29k, hppa, m68k, m88k, w65, sparc, and Hitachi SH, and i386 using ELF
3188 the first expression is the
3189 alignment request in bytes. For example @samp{.align 8} advances
3190 the location counter until it is a multiple of 8. If the location counter
3191 is already a multiple of 8, no change is needed.
3193 For other systems, including the i386 using a.out format, it is the
3194 number of low-order zero bits the location counter must have after
3195 advancement. For example @samp{.align 3} advances the location
3196 counter until it a multiple of 8. If the location counter is already a
3197 multiple of 8, no change is needed.
3199 This inconsistency is due to the different behaviors of the various
3200 native assemblers for these systems which GAS must emulate.
3201 GAS also provides @code{.balign} and @code{.p2align} directives,
3202 described later, which have a consistent behavior across all
3203 architectures (but are specific to GAS).
3206 @section @code{.app-file @var{string}}
3208 @cindex logical file name
3209 @cindex file name, logical
3210 @cindex @code{app-file} directive
3212 @ifclear no-file-dir
3213 (which may also be spelled @samp{.file})
3215 tells @code{@value{AS}} that we are about to start a new
3216 logical file. @var{string} is the new file name. In general, the
3217 filename is recognized whether or not it is surrounded by quotes @samp{"};
3218 but if you wish to specify an empty file name is permitted,
3219 you must give the quotes--@code{""}. This statement may go away in
3220 future: it is only recognized to be compatible with old @code{@value{AS}}
3224 @section @code{.ascii "@var{string}"}@dots{}
3226 @cindex @code{ascii} directive
3227 @cindex string literals
3228 @code{.ascii} expects zero or more string literals (@pxref{Strings})
3229 separated by commas. It assembles each string (with no automatic
3230 trailing zero byte) into consecutive addresses.
3233 @section @code{.asciz "@var{string}"}@dots{}
3235 @cindex @code{asciz} directive
3236 @cindex zero-terminated strings
3237 @cindex null-terminated strings
3238 @code{.asciz} is just like @code{.ascii}, but each string is followed by
3239 a zero byte. The ``z'' in @samp{.asciz} stands for ``zero''.
3242 @section @code{.balign[wl] @var{abs-expr}, @var{abs-expr}, @var{abs-expr}}
3244 @cindex padding the location counter given number of bytes
3245 @cindex @code{balign} directive
3246 Pad the location counter (in the current subsection) to a particular
3247 storage boundary. The first expression (which must be absolute) is the
3248 alignment request in bytes. For example @samp{.balign 8} advances
3249 the location counter until it is a multiple of 8. If the location counter
3250 is already a multiple of 8, no change is needed.
3252 The second expression (also absolute) gives the fill value to be stored in the
3253 padding bytes. It (and the comma) may be omitted. If it is omitted, the
3254 padding bytes are normally zero. However, on some systems, if the section is
3255 marked as containing code and the fill value is omitted, the space is filled
3256 with no-op instructions.
3258 The third expression is also absolute, and is also optional. If it is present,
3259 it is the maximum number of bytes that should be skipped by this alignment
3260 directive. If doing the alignment would require skipping more bytes than the
3261 specified maximum, then the alignment is not done at all. You can omit the
3262 fill value (the second argument) entirely by simply using two commas after the
3263 required alignment; this can be useful if you want the alignment to be filled
3264 with no-op instructions when appropriate.
3266 @cindex @code{balignw} directive
3267 @cindex @code{balignl} directive
3268 The @code{.balignw} and @code{.balignl} directives are variants of the
3269 @code{.balign} directive. The @code{.balignw} directive treats the fill
3270 pattern as a two byte word value. The @code{.balignl} directives treats the
3271 fill pattern as a four byte longword value. For example, @code{.balignw
3272 4,0x368d} will align to a multiple of 4. If it skips two bytes, they will be
3273 filled in with the value 0x368d (the exact placement of the bytes depends upon
3274 the endianness of the processor). If it skips 1 or 3 bytes, the fill value is
3278 @section @code{.byte @var{expressions}}
3280 @cindex @code{byte} directive
3281 @cindex integers, one byte
3282 @code{.byte} expects zero or more expressions, separated by commas.
3283 Each expression is assembled into the next byte.
3286 @section @code{.comm @var{symbol} , @var{length} }
3288 @cindex @code{comm} directive
3289 @cindex symbol, common
3290 @code{.comm} declares a common symbol named @var{symbol}. When linking, a
3291 common symbol in one object file may be merged with a defined or common symbol
3292 of the same name in another object file. If @code{@value{LD}} does not see a
3293 definition for the symbol--just one or more common symbols--then it will
3294 allocate @var{length} bytes of uninitialized memory. @var{length} must be an
3295 absolute expression. If @code{@value{LD}} sees multiple common symbols with
3296 the same name, and they do not all have the same size, it will allocate space
3297 using the largest size.
3300 When using ELF, the @code{.comm} directive takes an optional third argument.
3301 This is the desired alignment of the symbol, specified as a byte boundary (for
3302 example, an alignment of 16 means that the least significant 4 bits of the
3303 address should be zero). The alignment must be an absolute expression, and it
3304 must be a power of two. If @code{@value{LD}} allocates uninitialized memory
3305 for the common symbol, it will use the alignment when placing the symbol. If
3306 no alignment is specified, @code{@value{AS}} will set the alignment to the
3307 largest power of two less than or equal to the size of the symbol, up to a
3312 The syntax for @code{.comm} differs slightly on the HPPA. The syntax is
3313 @samp{@var{symbol} .comm, @var{length}}; @var{symbol} is optional.
3317 @section @code{.data @var{subsection}}
3319 @cindex @code{data} directive
3320 @code{.data} tells @code{@value{AS}} to assemble the following statements onto the
3321 end of the data subsection numbered @var{subsection} (which is an
3322 absolute expression). If @var{subsection} is omitted, it defaults
3327 @section @code{.def @var{name}}
3329 @cindex @code{def} directive
3330 @cindex COFF symbols, debugging
3331 @cindex debugging COFF symbols
3332 Begin defining debugging information for a symbol @var{name}; the
3333 definition extends until the @code{.endef} directive is encountered.
3336 This directive is only observed when @code{@value{AS}} is configured for COFF
3337 format output; when producing @code{b.out}, @samp{.def} is recognized,
3344 @section @code{.desc @var{symbol}, @var{abs-expression}}
3346 @cindex @code{desc} directive
3347 @cindex COFF symbol descriptor
3348 @cindex symbol descriptor, COFF
3349 This directive sets the descriptor of the symbol (@pxref{Symbol Attributes})
3350 to the low 16 bits of an absolute expression.
3353 The @samp{.desc} directive is not available when @code{@value{AS}} is
3354 configured for COFF output; it is only for @code{a.out} or @code{b.out}
3355 object format. For the sake of compatibility, @code{@value{AS}} accepts
3356 it, but produces no output, when configured for COFF.
3362 @section @code{.dim}
3364 @cindex @code{dim} directive
3365 @cindex COFF auxiliary symbol information
3366 @cindex auxiliary symbol information, COFF
3367 This directive is generated by compilers to include auxiliary debugging
3368 information in the symbol table. It is only permitted inside
3369 @code{.def}/@code{.endef} pairs.
3372 @samp{.dim} is only meaningful when generating COFF format output; when
3373 @code{@value{AS}} is generating @code{b.out}, it accepts this directive but
3379 @section @code{.double @var{flonums}}
3381 @cindex @code{double} directive
3382 @cindex floating point numbers (double)
3383 @code{.double} expects zero or more flonums, separated by commas. It
3384 assembles floating point numbers.
3386 The exact kind of floating point numbers emitted depends on how
3387 @code{@value{AS}} is configured. @xref{Machine Dependencies}.
3391 On the @value{TARGET} family @samp{.double} emits 64-bit floating-point numbers
3392 in @sc{ieee} format.
3397 @section @code{.eject}
3399 @cindex @code{eject} directive
3400 @cindex new page, in listings
3401 @cindex page, in listings
3402 @cindex listing control: new page
3403 Force a page break at this point, when generating assembly listings.
3406 @section @code{.else}
3408 @cindex @code{else} directive
3409 @code{.else} is part of the @code{@value{AS}} support for conditional
3410 assembly; @pxref{If,,@code{.if}}. It marks the beginning of a section
3411 of code to be assembled if the condition for the preceding @code{.if}
3415 @node End, Endef, Else, Pseudo Ops
3416 @section @code{.end}
3418 @cindex @code{end} directive
3419 This doesn't do anything---but isn't an s_ignore, so I suspect it's
3420 meant to do something eventually (which is why it isn't documented here
3421 as "for compatibility with blah").
3426 @section @code{.endef}
3428 @cindex @code{endef} directive
3429 This directive flags the end of a symbol definition begun with
3433 @samp{.endef} is only meaningful when generating COFF format output; if
3434 @code{@value{AS}} is configured to generate @code{b.out}, it accepts this
3435 directive but ignores it.
3440 @section @code{.endfunc}
3441 @cindex @code{endfunc} directive
3442 @code{.endfunc} marks the end of a function specified with @code{.func}.
3445 @section @code{.endif}
3447 @cindex @code{endif} directive
3448 @code{.endif} is part of the @code{@value{AS}} support for conditional assembly;
3449 it marks the end of a block of code that is only assembled
3450 conditionally. @xref{If,,@code{.if}}.
3453 @section @code{.equ @var{symbol}, @var{expression}}
3455 @cindex @code{equ} directive
3456 @cindex assigning values to symbols
3457 @cindex symbols, assigning values to
3458 This directive sets the value of @var{symbol} to @var{expression}.
3459 It is synonymous with @samp{.set}; @pxref{Set,,@code{.set}}.
3462 The syntax for @code{equ} on the HPPA is
3463 @samp{@var{symbol} .equ @var{expression}}.
3467 @section @code{.equiv @var{symbol}, @var{expression}}
3468 @cindex @code{equiv} directive
3469 The @code{.equiv} directive is like @code{.equ} and @code{.set}, except that
3470 the assembler will signal an error if @var{symbol} is already defined.
3472 Except for the contents of the error message, this is roughly equivalent to
3481 @section @code{.err}
3482 @cindex @code{err} directive
3483 If @code{@value{AS}} assembles a @code{.err} directive, it will print an error
3484 message and, unless the @code{-Z} option was used, it will not generate an
3485 object file. This can be used to signal error an conditionally compiled code.
3488 @section @code{.extern}
3490 @cindex @code{extern} directive
3491 @code{.extern} is accepted in the source program---for compatibility
3492 with other assemblers---but it is ignored. @code{@value{AS}} treats
3493 all undefined symbols as external.
3495 @ifclear no-file-dir
3497 @section @code{.file @var{string}}
3499 @cindex @code{file} directive
3500 @cindex logical file name
3501 @cindex file name, logical
3502 @code{.file} (which may also be spelled @samp{.app-file}) tells
3503 @code{@value{AS}} that we are about to start a new logical file.
3504 @var{string} is the new file name. In general, the filename is
3505 recognized whether or not it is surrounded by quotes @samp{"}; but if
3506 you wish to specify an empty file name, you must give the
3507 quotes--@code{""}. This statement may go away in future: it is only
3508 recognized to be compatible with old @code{@value{AS}} programs.
3510 In some configurations of @code{@value{AS}}, @code{.file} has already been
3511 removed to avoid conflicts with other assemblers. @xref{Machine Dependencies}.
3516 @section @code{.fill @var{repeat} , @var{size} , @var{value}}
3518 @cindex @code{fill} directive
3519 @cindex writing patterns in memory
3520 @cindex patterns, writing in memory
3521 @var{result}, @var{size} and @var{value} are absolute expressions.
3522 This emits @var{repeat} copies of @var{size} bytes. @var{Repeat}
3523 may be zero or more. @var{Size} may be zero or more, but if it is
3524 more than 8, then it is deemed to have the value 8, compatible with
3525 other people's assemblers. The contents of each @var{repeat} bytes
3526 is taken from an 8-byte number. The highest order 4 bytes are
3527 zero. The lowest order 4 bytes are @var{value} rendered in the
3528 byte-order of an integer on the computer @code{@value{AS}} is assembling for.
3529 Each @var{size} bytes in a repetition is taken from the lowest order
3530 @var{size} bytes of this number. Again, this bizarre behavior is
3531 compatible with other people's assemblers.
3533 @var{size} and @var{value} are optional.
3534 If the second comma and @var{value} are absent, @var{value} is
3535 assumed zero. If the first comma and following tokens are absent,
3536 @var{size} is assumed to be 1.
3539 @section @code{.float @var{flonums}}
3541 @cindex floating point numbers (single)
3542 @cindex @code{float} directive
3543 This directive assembles zero or more flonums, separated by commas. It
3544 has the same effect as @code{.single}.
3546 The exact kind of floating point numbers emitted depends on how
3547 @code{@value{AS}} is configured.
3548 @xref{Machine Dependencies}.
3552 On the @value{TARGET} family, @code{.float} emits 32-bit floating point numbers
3553 in @sc{ieee} format.
3558 @section @code{.func @var{name}[,@var{label}]}
3559 @cindex @code{func} directive
3560 @code{.func} emits debugging information to denote function @var{name}, and
3561 is ignored unless the file is assembled with debugging enabled.
3562 Only @samp{--gstabs} is currently supported.
3563 @var{label} is the entry point of the function and if omitted @var{name}
3564 prepended with the @samp{leading char} is used.
3565 @samp{leading char} is usually @code{_} or nothing, depending on the target.
3566 All functions are currently defined to have @code{void} return type.
3567 The function must be terminated with @code{.endfunc}.
3570 @section @code{.global @var{symbol}}, @code{.globl @var{symbol}}
3572 @cindex @code{global} directive
3573 @cindex symbol, making visible to linker
3574 @code{.global} makes the symbol visible to @code{@value{LD}}. If you define
3575 @var{symbol} in your partial program, its value is made available to
3576 other partial programs that are linked with it. Otherwise,
3577 @var{symbol} takes its attributes from a symbol of the same name
3578 from another file linked into the same program.
3580 Both spellings (@samp{.globl} and @samp{.global}) are accepted, for
3581 compatibility with other assemblers.
3584 On the HPPA, @code{.global} is not always enough to make it accessible to other
3585 partial programs. You may need the HPPA-only @code{.EXPORT} directive as well.
3586 @xref{HPPA Directives,, HPPA Assembler Directives}.
3590 @section @code{.hword @var{expressions}}
3592 @cindex @code{hword} directive
3593 @cindex integers, 16-bit
3594 @cindex numbers, 16-bit
3595 @cindex sixteen bit integers
3596 This expects zero or more @var{expressions}, and emits
3597 a 16 bit number for each.
3600 This directive is a synonym for @samp{.short}; depending on the target
3601 architecture, it may also be a synonym for @samp{.word}.
3605 This directive is a synonym for @samp{.short}.
3608 This directive is a synonym for both @samp{.short} and @samp{.word}.
3613 @section @code{.ident}
3615 @cindex @code{ident} directive
3616 This directive is used by some assemblers to place tags in object files.
3617 @code{@value{AS}} simply accepts the directive for source-file
3618 compatibility with such assemblers, but does not actually emit anything
3622 @section @code{.if @var{absolute expression}}
3624 @cindex conditional assembly
3625 @cindex @code{if} directive
3626 @code{.if} marks the beginning of a section of code which is only
3627 considered part of the source program being assembled if the argument
3628 (which must be an @var{absolute expression}) is non-zero. The end of
3629 the conditional section of code must be marked by @code{.endif}
3630 (@pxref{Endif,,@code{.endif}}); optionally, you may include code for the
3631 alternative condition, flagged by @code{.else} (@pxref{Else,,@code{.else}}).
3633 The following variants of @code{.if} are also supported:
3635 @cindex @code{ifdef} directive
3636 @item .ifdef @var{symbol}
3637 Assembles the following section of code if the specified @var{symbol}
3641 @cindex @code{ifeqs} directive
3643 Not yet implemented.
3646 @cindex @code{ifndef} directive
3647 @cindex @code{ifnotdef} directive
3648 @item .ifndef @var{symbol}
3649 @itemx .ifnotdef @var{symbol}
3650 Assembles the following section of code if the specified @var{symbol}
3651 has not been defined. Both spelling variants are equivalent.
3655 Not yet implemented.
3660 @section @code{.include "@var{file}"}
3662 @cindex @code{include} directive
3663 @cindex supporting files, including
3664 @cindex files, including
3665 This directive provides a way to include supporting files at specified
3666 points in your source program. The code from @var{file} is assembled as
3667 if it followed the point of the @code{.include}; when the end of the
3668 included file is reached, assembly of the original file continues. You
3669 can control the search paths used with the @samp{-I} command-line option
3670 (@pxref{Invoking,,Command-Line Options}). Quotation marks are required
3674 @section @code{.int @var{expressions}}
3676 @cindex @code{int} directive
3677 @cindex integers, 32-bit
3678 Expect zero or more @var{expressions}, of any section, separated by commas.
3679 For each expression, emit a number that, at run time, is the value of that
3680 expression. The byte order and bit size of the number depends on what kind
3681 of target the assembly is for.
3685 On the H8/500 and most forms of the H8/300, @code{.int} emits 16-bit
3686 integers. On the H8/300H and the Hitachi SH, however, @code{.int} emits
3692 @section @code{.irp @var{symbol},@var{values}}@dots{}
3694 @cindex @code{irp} directive
3695 Evaluate a sequence of statements assigning different values to @var{symbol}.
3696 The sequence of statements starts at the @code{.irp} directive, and is
3697 terminated by an @code{.endr} directive. For each @var{value}, @var{symbol} is
3698 set to @var{value}, and the sequence of statements is assembled. If no
3699 @var{value} is listed, the sequence of statements is assembled once, with
3700 @var{symbol} set to the null string. To refer to @var{symbol} within the
3701 sequence of statements, use @var{\symbol}.
3703 For example, assembling
3711 is equivalent to assembling
3720 @section @code{.irpc @var{symbol},@var{values}}@dots{}
3722 @cindex @code{irpc} directive
3723 Evaluate a sequence of statements assigning different values to @var{symbol}.
3724 The sequence of statements starts at the @code{.irpc} directive, and is
3725 terminated by an @code{.endr} directive. For each character in @var{value},
3726 @var{symbol} is set to the character, and the sequence of statements is
3727 assembled. If no @var{value} is listed, the sequence of statements is
3728 assembled once, with @var{symbol} set to the null string. To refer to
3729 @var{symbol} within the sequence of statements, use @var{\symbol}.
3731 For example, assembling
3739 is equivalent to assembling
3748 @section @code{.lcomm @var{symbol} , @var{length}}
3750 @cindex @code{lcomm} directive
3751 @cindex local common symbols
3752 @cindex symbols, local common
3753 Reserve @var{length} (an absolute expression) bytes for a local common
3754 denoted by @var{symbol}. The section and value of @var{symbol} are
3755 those of the new local common. The addresses are allocated in the bss
3756 section, so that at run-time the bytes start off zeroed. @var{Symbol}
3757 is not declared global (@pxref{Global,,@code{.global}}), so is normally
3758 not visible to @code{@value{LD}}.
3761 Some targets permit a third argument to be used with @code{.lcomm}. This
3762 argument specifies the desired alignment of the symbol in the bss section.
3766 The syntax for @code{.lcomm} differs slightly on the HPPA. The syntax is
3767 @samp{@var{symbol} .lcomm, @var{length}}; @var{symbol} is optional.
3771 @section @code{.lflags}
3773 @cindex @code{lflags} directive (ignored)
3774 @code{@value{AS}} accepts this directive, for compatibility with other
3775 assemblers, but ignores it.
3777 @ifclear no-line-dir
3779 @section @code{.line @var{line-number}}
3781 @cindex @code{line} directive
3785 @section @code{.ln @var{line-number}}
3787 @cindex @code{ln} directive
3789 @cindex logical line number
3791 Change the logical line number. @var{line-number} must be an absolute
3792 expression. The next line has that logical line number. Therefore any other
3793 statements on the current line (after a statement separator character) are
3794 reported as on logical line number @var{line-number} @minus{} 1. One day
3795 @code{@value{AS}} will no longer support this directive: it is recognized only
3796 for compatibility with existing assembler programs.
3800 @emph{Warning:} In the AMD29K configuration of @value{AS}, this command is
3801 not available; use the synonym @code{.ln} in that context.
3806 @ifclear no-line-dir
3807 Even though this is a directive associated with the @code{a.out} or
3808 @code{b.out} object-code formats, @code{@value{AS}} still recognizes it
3809 when producing COFF output, and treats @samp{.line} as though it
3810 were the COFF @samp{.ln} @emph{if} it is found outside a
3811 @code{.def}/@code{.endef} pair.
3813 Inside a @code{.def}, @samp{.line} is, instead, one of the directives
3814 used by compilers to generate auxiliary symbol information for
3819 @section @code{.linkonce [@var{type}]}
3821 @cindex @code{linkonce} directive
3822 @cindex common sections
3823 Mark the current section so that the linker only includes a single copy of it.
3824 This may be used to include the same section in several different object files,
3825 but ensure that the linker will only include it once in the final output file.
3826 The @code{.linkonce} pseudo-op must be used for each instance of the section.
3827 Duplicate sections are detected based on the section name, so it should be
3830 This directive is only supported by a few object file formats; as of this
3831 writing, the only object file format which supports it is the Portable
3832 Executable format used on Windows NT.
3834 The @var{type} argument is optional. If specified, it must be one of the
3835 following strings. For example:
3839 Not all types may be supported on all object file formats.
3843 Silently discard duplicate sections. This is the default.
3846 Warn if there are duplicate sections, but still keep only one copy.
3849 Warn if any of the duplicates have different sizes.
3852 Warn if any of the duplicates do not have exactly the same contents.
3856 @section @code{.ln @var{line-number}}
3858 @cindex @code{ln} directive
3859 @ifclear no-line-dir
3860 @samp{.ln} is a synonym for @samp{.line}.
3863 Tell @code{@value{AS}} to change the logical line number. @var{line-number}
3864 must be an absolute expression. The next line has that logical
3865 line number, so any other statements on the current line (after a
3866 statement separator character @code{;}) are reported as on logical
3867 line number @var{line-number} @minus{} 1.
3870 This directive is accepted, but ignored, when @code{@value{AS}} is
3871 configured for @code{b.out}; its effect is only associated with COFF
3877 @section @code{.mri @var{val}}
3879 @cindex @code{mri} directive
3880 @cindex MRI mode, temporarily
3881 If @var{val} is non-zero, this tells @code{@value{AS}} to enter MRI mode. If
3882 @var{val} is zero, this tells @code{@value{AS}} to exit MRI mode. This change
3883 affects code assembled until the next @code{.mri} directive, or until the end
3884 of the file. @xref{M, MRI mode, MRI mode}.
3887 @section @code{.list}
3889 @cindex @code{list} directive
3890 @cindex listing control, turning on
3891 Control (in conjunction with the @code{.nolist} directive) whether or
3892 not assembly listings are generated. These two directives maintain an
3893 internal counter (which is zero initially). @code{.list} increments the
3894 counter, and @code{.nolist} decrements it. Assembly listings are
3895 generated whenever the counter is greater than zero.
3897 By default, listings are disabled. When you enable them (with the
3898 @samp{-a} command line option; @pxref{Invoking,,Command-Line Options}),
3899 the initial value of the listing counter is one.
3902 @section @code{.long @var{expressions}}
3904 @cindex @code{long} directive
3905 @code{.long} is the same as @samp{.int}, @pxref{Int,,@code{.int}}.
3908 @c no one seems to know what this is for or whether this description is
3909 @c what it really ought to do
3911 @section @code{.lsym @var{symbol}, @var{expression}}
3913 @cindex @code{lsym} directive
3914 @cindex symbol, not referenced in assembly
3915 @code{.lsym} creates a new symbol named @var{symbol}, but does not put it in
3916 the hash table, ensuring it cannot be referenced by name during the
3917 rest of the assembly. This sets the attributes of the symbol to be
3918 the same as the expression value:
3920 @var{other} = @var{descriptor} = 0
3921 @var{type} = @r{(section of @var{expression})}
3922 @var{value} = @var{expression}
3925 The new symbol is not flagged as external.
3929 @section @code{.macro}
3932 The commands @code{.macro} and @code{.endm} allow you to define macros that
3933 generate assembly output. For example, this definition specifies a macro
3934 @code{sum} that puts a sequence of numbers into memory:
3937 .macro sum from=0, to=5
3946 With that definition, @samp{SUM 0,5} is equivalent to this assembly input:
3958 @item .macro @var{macname}
3959 @itemx .macro @var{macname} @var{macargs} @dots{}
3960 @cindex @code{macro} directive
3961 Begin the definition of a macro called @var{macname}. If your macro
3962 definition requires arguments, specify their names after the macro name,
3963 separated by commas or spaces. You can supply a default value for any
3964 macro argument by following the name with @samp{=@var{deflt}}. For
3965 example, these are all valid @code{.macro} statements:
3969 Begin the definition of a macro called @code{comm}, which takes no
3972 @item .macro plus1 p, p1
3973 @itemx .macro plus1 p p1
3974 Either statement begins the definition of a macro called @code{plus1},
3975 which takes two arguments; within the macro definition, write
3976 @samp{\p} or @samp{\p1} to evaluate the arguments.
3978 @item .macro reserve_str p1=0 p2
3979 Begin the definition of a macro called @code{reserve_str}, with two
3980 arguments. The first argument has a default value, but not the second.
3981 After the definition is complete, you can call the macro either as
3982 @samp{reserve_str @var{a},@var{b}} (with @samp{\p1} evaluating to
3983 @var{a} and @samp{\p2} evaluating to @var{b}), or as @samp{reserve_str
3984 ,@var{b}} (with @samp{\p1} evaluating as the default, in this case
3985 @samp{0}, and @samp{\p2} evaluating to @var{b}).
3988 When you call a macro, you can specify the argument values either by
3989 position, or by keyword. For example, @samp{sum 9,17} is equivalent to
3990 @samp{sum to=17, from=9}.
3993 @cindex @code{endm} directive
3994 Mark the end of a macro definition.
3997 @cindex @code{exitm} directive
3998 Exit early from the current macro definition.
4000 @cindex number of macros executed
4001 @cindex macros, count executed
4003 @code{@value{AS}} maintains a counter of how many macros it has
4004 executed in this pseudo-variable; you can copy that number to your
4005 output with @samp{\@@}, but @emph{only within a macro definition}.
4008 @item LOCAL @var{name} [ , @dots{} ]
4009 @emph{Warning: @code{LOCAL} is only available if you select ``alternate
4010 macro syntax'' with @samp{-a} or @samp{--alternate}.} @xref{Alternate,,
4011 Alternate macro syntax}.
4013 Generate a string replacement for each of the @var{name} arguments, and
4014 replace any instances of @var{name} in each macro expansion. The
4015 replacement string is unique in the assembly, and different for each
4016 separate macro expansion. @code{LOCAL} allows you to write macros that
4017 define symbols, without fear of conflict between separate macro expansions.
4022 @section @code{.nolist}
4024 @cindex @code{nolist} directive
4025 @cindex listing control, turning off
4026 Control (in conjunction with the @code{.list} directive) whether or
4027 not assembly listings are generated. These two directives maintain an
4028 internal counter (which is zero initially). @code{.list} increments the
4029 counter, and @code{.nolist} decrements it. Assembly listings are
4030 generated whenever the counter is greater than zero.
4033 @section @code{.octa @var{bignums}}
4035 @c FIXME: double size emitted for "octa" on i960, others? Or warn?
4036 @cindex @code{octa} directive
4037 @cindex integer, 16-byte
4038 @cindex sixteen byte integer
4039 This directive expects zero or more bignums, separated by commas. For each
4040 bignum, it emits a 16-byte integer.
4042 The term ``octa'' comes from contexts in which a ``word'' is two bytes;
4043 hence @emph{octa}-word for 16 bytes.
4046 @section @code{.org @var{new-lc} , @var{fill}}
4048 @cindex @code{org} directive
4049 @cindex location counter, advancing
4050 @cindex advancing location counter
4051 @cindex current address, advancing
4052 Advance the location counter of the current section to
4053 @var{new-lc}. @var{new-lc} is either an absolute expression or an
4054 expression with the same section as the current subsection. That is,
4055 you can't use @code{.org} to cross sections: if @var{new-lc} has the
4056 wrong section, the @code{.org} directive is ignored. To be compatible
4057 with former assemblers, if the section of @var{new-lc} is absolute,
4058 @code{@value{AS}} issues a warning, then pretends the section of @var{new-lc}
4059 is the same as the current subsection.
4061 @code{.org} may only increase the location counter, or leave it
4062 unchanged; you cannot use @code{.org} to move the location counter
4065 @c double negative used below "not undefined" because this is a specific
4066 @c reference to "undefined" (as SEG_UNKNOWN is called in this manual)
4067 @c section. doc@cygnus.com 18feb91
4068 Because @code{@value{AS}} tries to assemble programs in one pass, @var{new-lc}
4069 may not be undefined. If you really detest this restriction we eagerly await
4070 a chance to share your improved assembler.
4072 Beware that the origin is relative to the start of the section, not
4073 to the start of the subsection. This is compatible with other
4074 people's assemblers.
4076 When the location counter (of the current subsection) is advanced, the
4077 intervening bytes are filled with @var{fill} which should be an
4078 absolute expression. If the comma and @var{fill} are omitted,
4079 @var{fill} defaults to zero.
4082 @section @code{.p2align[wl] @var{abs-expr}, @var{abs-expr}, @var{abs-expr}}
4084 @cindex padding the location counter given a power of two
4085 @cindex @code{p2align} directive
4086 Pad the location counter (in the current subsection) to a particular
4087 storage boundary. The first expression (which must be absolute) is the
4088 number of low-order zero bits the location counter must have after
4089 advancement. For example @samp{.p2align 3} advances the location
4090 counter until it a multiple of 8. If the location counter is already a
4091 multiple of 8, no change is needed.
4093 The second expression (also absolute) gives the fill value to be stored in the
4094 padding bytes. It (and the comma) may be omitted. If it is omitted, the
4095 padding bytes are normally zero. However, on some systems, if the section is
4096 marked as containing code and the fill value is omitted, the space is filled
4097 with no-op instructions.
4099 The third expression is also absolute, and is also optional. If it is present,
4100 it is the maximum number of bytes that should be skipped by this alignment
4101 directive. If doing the alignment would require skipping more bytes than the
4102 specified maximum, then the alignment is not done at all. You can omit the
4103 fill value (the second argument) entirely by simply using two commas after the
4104 required alignment; this can be useful if you want the alignment to be filled
4105 with no-op instructions when appropriate.
4107 @cindex @code{p2alignw} directive
4108 @cindex @code{p2alignl} directive
4109 The @code{.p2alignw} and @code{.p2alignl} directives are variants of the
4110 @code{.p2align} directive. The @code{.p2alignw} directive treats the fill
4111 pattern as a two byte word value. The @code{.p2alignl} directives treats the
4112 fill pattern as a four byte longword value. For example, @code{.p2alignw
4113 2,0x368d} will align to a multiple of 4. If it skips two bytes, they will be
4114 filled in with the value 0x368d (the exact placement of the bytes depends upon
4115 the endianness of the processor). If it skips 1 or 3 bytes, the fill value is
4119 @section @code{.psize @var{lines} , @var{columns}}
4121 @cindex @code{psize} directive
4122 @cindex listing control: paper size
4123 @cindex paper size, for listings
4124 Use this directive to declare the number of lines---and, optionally, the
4125 number of columns---to use for each page, when generating listings.
4127 If you do not use @code{.psize}, listings use a default line-count
4128 of 60. You may omit the comma and @var{columns} specification; the
4129 default width is 200 columns.
4131 @code{@value{AS}} generates formfeeds whenever the specified number of
4132 lines is exceeded (or whenever you explicitly request one, using
4135 If you specify @var{lines} as @code{0}, no formfeeds are generated save
4136 those explicitly specified with @code{.eject}.
4139 @section @code{.quad @var{bignums}}
4141 @cindex @code{quad} directive
4142 @code{.quad} expects zero or more bignums, separated by commas. For
4143 each bignum, it emits
4145 an 8-byte integer. If the bignum won't fit in 8 bytes, it prints a
4146 warning message; and just takes the lowest order 8 bytes of the bignum.
4147 @cindex eight-byte integer
4148 @cindex integer, 8-byte
4150 The term ``quad'' comes from contexts in which a ``word'' is two bytes;
4151 hence @emph{quad}-word for 8 bytes.
4154 a 16-byte integer. If the bignum won't fit in 16 bytes, it prints a
4155 warning message; and just takes the lowest order 16 bytes of the bignum.
4156 @cindex sixteen-byte integer
4157 @cindex integer, 16-byte
4161 @section @code{.rept @var{count}}
4163 @cindex @code{rept} directive
4164 Repeat the sequence of lines between the @code{.rept} directive and the next
4165 @code{.endr} directive @var{count} times.
4167 For example, assembling
4175 is equivalent to assembling
4184 @section @code{.sbttl "@var{subheading}"}
4186 @cindex @code{sbttl} directive
4187 @cindex subtitles for listings
4188 @cindex listing control: subtitle
4189 Use @var{subheading} as the title (third line, immediately after the
4190 title line) when generating assembly listings.
4192 This directive affects subsequent pages, as well as the current page if
4193 it appears within ten lines of the top of a page.
4197 @section @code{.scl @var{class}}
4199 @cindex @code{scl} directive
4200 @cindex symbol storage class (COFF)
4201 @cindex COFF symbol storage class
4202 Set the storage-class value for a symbol. This directive may only be
4203 used inside a @code{.def}/@code{.endef} pair. Storage class may flag
4204 whether a symbol is static or external, or it may record further
4205 symbolic debugging information.
4208 The @samp{.scl} directive is primarily associated with COFF output; when
4209 configured to generate @code{b.out} output format, @code{@value{AS}}
4210 accepts this directive but ignores it.
4215 @section @code{.section @var{name}}
4217 @cindex @code{section} directive
4218 @cindex named section
4219 Use the @code{.section} directive to assemble the following code into a section
4222 This directive is only supported for targets that actually support arbitrarily
4223 named sections; on @code{a.out} targets, for example, it is not accepted, even
4224 with a standard @code{a.out} section name.
4227 For COFF targets, the @code{.section} directive is used in one of the following
4230 .section @var{name}[, "@var{flags}"]
4231 .section @var{name}[, @var{subsegment}]
4234 If the optional argument is quoted, it is taken as flags to use for the
4235 section. Each flag is a single character. The following flags are recognized:
4238 bss section (uninitialized data)
4240 section is not loaded
4251 If no flags are specified, the default flags depend upon the section name. If
4252 the section name is not recognized, the default will be for the section to be
4253 loaded and writable.
4255 If the optional argument to the @code{.section} directive is not quoted, it is
4256 taken as a subsegment number (@pxref{Sub-Sections}).
4260 For ELF targets, the @code{.section} directive is used like this:
4262 .section @var{name}[, "@var{flags}"[, @@@var{type}]]
4264 The optional @var{flags} argument is a quoted string which may contain any
4265 combintion of the following characters:
4268 section is allocatable
4272 section is executable
4275 The optional @var{type} argument may contain one of the following constants:
4278 section contains data
4280 section does not contain data (i.e., section only occupies space)
4283 If no flags are specified, the default flags depend upon the section name. If
4284 the section name is not recognized, the default will be for the section to have
4285 none of the above flags: it will not be allocated in memory, nor writable, nor
4286 executable. The section will contain data.
4288 For ELF targets, the assembler supports another type of @code{.section}
4289 directive for compatibility with the Solaris assembler:
4291 .section "@var{name}"[, @var{flags}...]
4293 Note that the section name is quoted. There may be a sequence of comma
4297 section is allocatable
4301 section is executable
4306 @section @code{.set @var{symbol}, @var{expression}}
4308 @cindex @code{set} directive
4309 @cindex symbol value, setting
4310 Set the value of @var{symbol} to @var{expression}. This
4311 changes @var{symbol}'s value and type to conform to
4312 @var{expression}. If @var{symbol} was flagged as external, it remains
4313 flagged (@pxref{Symbol Attributes}).
4315 You may @code{.set} a symbol many times in the same assembly.
4317 If you @code{.set} a global symbol, the value stored in the object
4318 file is the last value stored into it.
4321 The syntax for @code{set} on the HPPA is
4322 @samp{@var{symbol} .set @var{expression}}.
4326 @section @code{.short @var{expressions}}
4328 @cindex @code{short} directive
4330 @code{.short} is normally the same as @samp{.word}.
4331 @xref{Word,,@code{.word}}.
4333 In some configurations, however, @code{.short} and @code{.word} generate
4334 numbers of different lengths; @pxref{Machine Dependencies}.
4338 @code{.short} is the same as @samp{.word}. @xref{Word,,@code{.word}}.
4341 This expects zero or more @var{expressions}, and emits
4342 a 16 bit number for each.
4347 @section @code{.single @var{flonums}}
4349 @cindex @code{single} directive
4350 @cindex floating point numbers (single)
4351 This directive assembles zero or more flonums, separated by commas. It
4352 has the same effect as @code{.float}.
4354 The exact kind of floating point numbers emitted depends on how
4355 @code{@value{AS}} is configured. @xref{Machine Dependencies}.
4359 On the @value{TARGET} family, @code{.single} emits 32-bit floating point
4360 numbers in @sc{ieee} format.
4366 @section @code{.size}
4368 @cindex @code{size} directive
4369 This directive is generated by compilers to include auxiliary debugging
4370 information in the symbol table. It is only permitted inside
4371 @code{.def}/@code{.endef} pairs.
4374 @samp{.size} is only meaningful when generating COFF format output; when
4375 @code{@value{AS}} is generating @code{b.out}, it accepts this directive but
4381 @section @code{.sleb128 @var{expressions}}
4383 @cindex @code{sleb128} directive
4384 @var{sleb128} stands for ``signed little endian base 128.'' This is a
4385 compact, variable length representation of numbers used by the DWARF
4386 symbolic debugging format. @xref{Uleb128,@code{.uleb128}}.
4388 @ifclear no-space-dir
4390 @section @code{.skip @var{size} , @var{fill}}
4392 @cindex @code{skip} directive
4393 @cindex filling memory
4394 This directive emits @var{size} bytes, each of value @var{fill}. Both
4395 @var{size} and @var{fill} are absolute expressions. If the comma and
4396 @var{fill} are omitted, @var{fill} is assumed to be zero. This is the same as
4400 @section @code{.space @var{size} , @var{fill}}
4402 @cindex @code{space} directive
4403 @cindex filling memory
4404 This directive emits @var{size} bytes, each of value @var{fill}. Both
4405 @var{size} and @var{fill} are absolute expressions. If the comma
4406 and @var{fill} are omitted, @var{fill} is assumed to be zero. This is the same
4411 @emph{Warning:} @code{.space} has a completely different meaning for HPPA
4412 targets; use @code{.block} as a substitute. See @cite{HP9000 Series 800
4413 Assembly Language Reference Manual} (HP 92432-90001) for the meaning of the
4414 @code{.space} directive. @xref{HPPA Directives,,HPPA Assembler Directives},
4423 @section @code{.space}
4424 @cindex @code{space} directive
4426 On the AMD 29K, this directive is ignored; it is accepted for
4427 compatibility with other AMD 29K assemblers.
4430 @emph{Warning:} In most versions of the @sc{gnu} assembler, the directive
4431 @code{.space} has the effect of @code{.block} @xref{Machine Dependencies}.
4437 @section @code{.stabd, .stabn, .stabs}
4439 @cindex symbolic debuggers, information for
4440 @cindex @code{stab@var{x}} directives
4441 There are three directives that begin @samp{.stab}.
4442 All emit symbols (@pxref{Symbols}), for use by symbolic debuggers.
4443 The symbols are not entered in the @code{@value{AS}} hash table: they
4444 cannot be referenced elsewhere in the source file.
4445 Up to five fields are required:
4449 This is the symbol's name. It may contain any character except
4450 @samp{\000}, so is more general than ordinary symbol names. Some
4451 debuggers used to code arbitrarily complex structures into symbol names
4455 An absolute expression. The symbol's type is set to the low 8 bits of
4456 this expression. Any bit pattern is permitted, but @code{@value{LD}}
4457 and debuggers choke on silly bit patterns.
4460 An absolute expression. The symbol's ``other'' attribute is set to the
4461 low 8 bits of this expression.
4464 An absolute expression. The symbol's descriptor is set to the low 16
4465 bits of this expression.
4468 An absolute expression which becomes the symbol's value.
4471 If a warning is detected while reading a @code{.stabd}, @code{.stabn},
4472 or @code{.stabs} statement, the symbol has probably already been created;
4473 you get a half-formed symbol in your object file. This is
4474 compatible with earlier assemblers!
4477 @cindex @code{stabd} directive
4478 @item .stabd @var{type} , @var{other} , @var{desc}
4480 The ``name'' of the symbol generated is not even an empty string.
4481 It is a null pointer, for compatibility. Older assemblers used a
4482 null pointer so they didn't waste space in object files with empty
4485 The symbol's value is set to the location counter,
4486 relocatably. When your program is linked, the value of this symbol
4487 is the address of the location counter when the @code{.stabd} was
4490 @cindex @code{stabn} directive
4491 @item .stabn @var{type} , @var{other} , @var{desc} , @var{value}
4492 The name of the symbol is set to the empty string @code{""}.
4494 @cindex @code{stabs} directive
4495 @item .stabs @var{string} , @var{type} , @var{other} , @var{desc} , @var{value}
4496 All five fields are specified.
4502 @section @code{.string} "@var{str}"
4504 @cindex string, copying to object file
4505 @cindex @code{string} directive
4507 Copy the characters in @var{str} to the object file. You may specify more than
4508 one string to copy, separated by commas. Unless otherwise specified for a
4509 particular machine, the assembler marks the end of each string with a 0 byte.
4510 You can use any of the escape sequences described in @ref{Strings,,Strings}.
4514 @section @code{.symver}
4515 @cindex @code{symver} directive
4516 @cindex symbol versioning
4517 @cindex versions of symbols
4518 Use the @code{.symver} directive to bind symbols to specific version nodes
4519 within a source file. This is only supported on ELF platforms, and is
4520 typically used when assembling files to be linked into a shared library.
4521 There are cases where it may make sense to use this in objects to be bound
4522 into an application itself so as to override a versioned symbol from a
4525 For ELF targets, the @code{.symver} directive is used like this:
4527 .symver @var{name}, @var{name2@@nodename}
4529 In this case, the symbol @var{name} must exist and be defined within the file
4530 being assembled. The @code{.versym} directive effectively creates a symbol
4531 alias with the name @var{name2@@nodename}, and in fact the main reason that we
4532 just don't try and create a regular alias is that the @var{@@} character isn't
4533 permitted in symbol names. The @var{name2} part of the name is the actual name
4534 of the symbol by which it will be externally referenced. The name @var{name}
4535 itself is merely a name of convenience that is used so that it is possible to
4536 have definitions for multiple versions of a function within a single source
4537 file, and so that the compiler can unambiguously know which version of a
4538 function is being mentioned. The @var{nodename} portion of the alias should be
4539 the name of a node specified in the version script supplied to the linker when
4540 building a shared library. If you are attempting to override a versioned
4541 symbol from a shared library, then @var{nodename} should correspond to the
4542 nodename of the symbol you are trying to override.
4547 @section @code{.tag @var{structname}}
4549 @cindex COFF structure debugging
4550 @cindex structure debugging, COFF
4551 @cindex @code{tag} directive
4552 This directive is generated by compilers to include auxiliary debugging
4553 information in the symbol table. It is only permitted inside
4554 @code{.def}/@code{.endef} pairs. Tags are used to link structure
4555 definitions in the symbol table with instances of those structures.
4558 @samp{.tag} is only used when generating COFF format output; when
4559 @code{@value{AS}} is generating @code{b.out}, it accepts this directive but
4565 @section @code{.text @var{subsection}}
4567 @cindex @code{text} directive
4568 Tells @code{@value{AS}} to assemble the following statements onto the end of
4569 the text subsection numbered @var{subsection}, which is an absolute
4570 expression. If @var{subsection} is omitted, subsection number zero
4574 @section @code{.title "@var{heading}"}
4576 @cindex @code{title} directive
4577 @cindex listing control: title line
4578 Use @var{heading} as the title (second line, immediately after the
4579 source file name and pagenumber) when generating assembly listings.
4581 This directive affects subsequent pages, as well as the current page if
4582 it appears within ten lines of the top of a page.
4586 @section @code{.type @var{int}}
4588 @cindex COFF symbol type
4589 @cindex symbol type, COFF
4590 @cindex @code{type} directive
4591 This directive, permitted only within @code{.def}/@code{.endef} pairs,
4592 records the integer @var{int} as the type attribute of a symbol table entry.
4595 @samp{.type} is associated only with COFF format output; when
4596 @code{@value{AS}} is configured for @code{b.out} output, it accepts this
4597 directive but ignores it.
4603 @section @code{.val @var{addr}}
4605 @cindex @code{val} directive
4606 @cindex COFF value attribute
4607 @cindex value attribute, COFF
4608 This directive, permitted only within @code{.def}/@code{.endef} pairs,
4609 records the address @var{addr} as the value attribute of a symbol table
4613 @samp{.val} is used only for COFF output; when @code{@value{AS}} is
4614 configured for @code{b.out}, it accepts this directive but ignores it.
4619 @section @code{.uleb128 @var{expressions}}
4621 @cindex @code{uleb128} directive
4622 @var{uleb128} stands for ``unsigned little endian base 128.'' This is a
4623 compact, variable length representation of numbers used by the DWARF
4624 symbolic debugging format. @xref{Sleb128,@code{.sleb128}}.
4627 @section @code{.word @var{expressions}}
4629 @cindex @code{word} directive
4630 This directive expects zero or more @var{expressions}, of any section,
4631 separated by commas.
4634 For each expression, @code{@value{AS}} emits a 32-bit number.
4637 For each expression, @code{@value{AS}} emits a 16-bit number.
4642 The size of the number emitted, and its byte order,
4643 depend on what target computer the assembly is for.
4646 @c on amd29k, i960, sparc the "special treatment to support compilers" doesn't
4647 @c happen---32-bit addressability, period; no long/short jumps.
4648 @ifset DIFF-TBL-KLUGE
4649 @cindex difference tables altered
4650 @cindex altered difference tables
4652 @emph{Warning: Special Treatment to support Compilers}
4656 Machines with a 32-bit address space, but that do less than 32-bit
4657 addressing, require the following special treatment. If the machine of
4658 interest to you does 32-bit addressing (or doesn't require it;
4659 @pxref{Machine Dependencies}), you can ignore this issue.
4662 In order to assemble compiler output into something that works,
4663 @code{@value{AS}} occasionlly does strange things to @samp{.word} directives.
4664 Directives of the form @samp{.word sym1-sym2} are often emitted by
4665 compilers as part of jump tables. Therefore, when @code{@value{AS}} assembles a
4666 directive of the form @samp{.word sym1-sym2}, and the difference between
4667 @code{sym1} and @code{sym2} does not fit in 16 bits, @code{@value{AS}}
4668 creates a @dfn{secondary jump table}, immediately before the next label.
4669 This secondary jump table is preceded by a short-jump to the
4670 first byte after the secondary table. This short-jump prevents the flow
4671 of control from accidentally falling into the new table. Inside the
4672 table is a long-jump to @code{sym2}. The original @samp{.word}
4673 contains @code{sym1} minus the address of the long-jump to
4676 If there were several occurrences of @samp{.word sym1-sym2} before the
4677 secondary jump table, all of them are adjusted. If there was a
4678 @samp{.word sym3-sym4}, that also did not fit in sixteen bits, a
4679 long-jump to @code{sym4} is included in the secondary jump table,
4680 and the @code{.word} directives are adjusted to contain @code{sym3}
4681 minus the address of the long-jump to @code{sym4}; and so on, for as many
4682 entries in the original jump table as necessary.
4685 @emph{This feature may be disabled by compiling @code{@value{AS}} with the
4686 @samp{-DWORKING_DOT_WORD} option.} This feature is likely to confuse
4687 assembly language programmers.
4690 @c end DIFF-TBL-KLUGE
4693 @section Deprecated Directives
4695 @cindex deprecated directives
4696 @cindex obsolescent directives
4697 One day these directives won't work.
4698 They are included for compatibility with older assemblers.
4706 @node Machine Dependencies
4707 @chapter Machine Dependent Features
4709 @cindex machine dependencies
4710 The machine instruction sets are (almost by definition) different on
4711 each machine where @code{@value{AS}} runs. Floating point representations
4712 vary as well, and @code{@value{AS}} often supports a few additional
4713 directives or command-line options for compatibility with other
4714 assemblers on a particular platform. Finally, some versions of
4715 @code{@value{AS}} support special pseudo-instructions for branch
4718 This chapter discusses most of these differences, though it does not
4719 include details on any machine's instruction set. For details on that
4720 subject, see the hardware manufacturer's manual.
4724 * AMD29K-Dependent:: AMD 29K Dependent Features
4727 * ARC-Dependent:: ARC Dependent Features
4730 * ARM-Dependent:: ARM Dependent Features
4733 * D10V-Dependent:: D10V Dependent Features
4735 @c start-sanitize-d30v
4737 * D30V-Dependent:: D30V Dependent Features
4739 @c end-sanitize-d30v
4741 * H8/300-Dependent:: Hitachi H8/300 Dependent Features
4744 * H8/500-Dependent:: Hitachi H8/500 Dependent Features
4747 * HPPA-Dependent:: HPPA Dependent Features
4750 * i386-Dependent:: Intel 80386 Dependent Features
4753 * i960-Dependent:: Intel 80960 Dependent Features
4755 @c start-sanitize-m32rx
4757 * M32R-Dependent:: M32R Dependent Features
4759 @c end-sanitize-m32rx
4761 * M68K-Dependent:: M680x0 Dependent Features
4764 * MIPS-Dependent:: MIPS Dependent Features
4767 * SH-Dependent:: Hitachi SH Dependent Features
4770 * Sparc-Dependent:: SPARC Dependent Features
4773 * V850-Dependent:: V850 Dependent Features
4776 * Z8000-Dependent:: Z8000 Dependent Features
4779 * Vax-Dependent:: VAX Dependent Features
4786 @c The following major nodes are *sections* in the GENERIC version, *chapters*
4787 @c in single-cpu versions. This is mainly achieved by @lowersections. There is a
4788 @c peculiarity: to preserve cross-references, there must be a node called
4789 @c "Machine Dependencies". Hence the conditional nodenames in each
4790 @c major node below. Node defaulting in makeinfo requires adjacency of
4791 @c node and sectioning commands; hence the repetition of @chapter BLAH
4792 @c in both conditional blocks.
4798 @chapter ARC Dependent Features
4801 @node Machine Dependencies
4802 @chapter ARC Dependent Features
4807 * ARC-Opts:: Options
4808 * ARC-Float:: Floating Point
4809 * ARC-Directives:: Sparc Machine Directives
4815 @cindex options for ARC
4817 @cindex architectures, ARC
4818 @cindex ARC architectures
4819 The ARC chip family includes several successive levels (or other
4820 variants) of chip, using the same core instruction set, but including
4821 a few additional instructions at each level.
4823 By default, @code{@value{AS}} assumes the core instruction set (ARC
4824 base). The @code{.cpu} pseudo-op is intended to be used to select
4828 @cindex @code{-mbig-endian} option (ARC)
4829 @cindex @code{-mlittle-endian} option (ARC)
4830 @cindex ARC big-endian output
4831 @cindex ARC little-endian output
4832 @cindex big-endian output, ARC
4833 @cindex little-endian output, ARC
4835 @itemx -mlittle-endian
4836 Any @sc{arc} configuration of @code{@value{AS}} can select big-endian or
4837 little-endian output at run time (unlike most other @sc{gnu} development
4838 tools, which must be configured for one or the other). Use
4839 @samp{-mbig-endian} to select big-endian output, and @samp{-mlittle-endian}
4844 @section Floating Point
4846 @cindex floating point, ARC (@sc{ieee})
4847 @cindex ARC floating point (@sc{ieee})
4848 The ARC cpu family currently does not have hardware floating point
4849 support. Software floating point support is provided by @code{GCC}
4850 and uses @sc{ieee} floating-point numbers.
4852 @node ARC-Directives
4853 @section ARC Machine Directives
4855 @cindex ARC machine directives
4856 @cindex machine directives, ARC
4857 The ARC version of @code{@value{AS}} supports the following additional
4862 @cindex @code{cpu} directive, SPARC
4863 This must be followed by the desired cpu.
4864 The ARC is intended to be customizable, @code{.cpu} is used to
4865 select the desired variant [though currently there are none].
4872 @include c-a29k.texi
4881 @node Machine Dependencies
4882 @chapter Machine Dependent Features
4884 The machine instruction sets are different on each Hitachi chip family,
4885 and there are also some syntax differences among the families. This
4886 chapter describes the specific @code{@value{AS}} features for each
4890 * H8/300-Dependent:: Hitachi H8/300 Dependent Features
4891 * H8/500-Dependent:: Hitachi H8/500 Dependent Features
4892 * SH-Dependent:: Hitachi SH Dependent Features
4899 @include c-d10v.texi
4902 @c start-sanitize-d30v
4904 @include c-d30v.texi
4906 @c end-sanitize-d30v
4909 @include c-h8300.texi
4913 @include c-h8500.texi
4917 @include c-hppa.texi
4921 @include c-i386.texi
4925 @include c-i960.texi
4928 @c start-sanitize-m32rx
4930 @include c-m32r.texi
4932 @c end-sanitize-m32rx
4935 @include c-m68k.texi
4939 @include c-mips.texi
4943 @include c-ns32k.texi
4951 @include c-sparc.texi
4963 @include c-v850.texi
4967 @c reverse effect of @down at top of generic Machine-Dep chapter
4971 @node Reporting Bugs
4972 @chapter Reporting Bugs
4973 @cindex bugs in assembler
4974 @cindex reporting bugs in assembler
4976 Your bug reports play an essential role in making @code{@value{AS}} reliable.
4978 Reporting a bug may help you by bringing a solution to your problem, or it may
4979 not. But in any case the principal function of a bug report is to help the
4980 entire community by making the next version of @code{@value{AS}} work better.
4981 Bug reports are your contribution to the maintenance of @code{@value{AS}}.
4983 In order for a bug report to serve its purpose, you must include the
4984 information that enables us to fix the bug.
4987 * Bug Criteria:: Have you found a bug?
4988 * Bug Reporting:: How to report bugs
4992 @section Have you found a bug?
4993 @cindex bug criteria
4995 If you are not sure whether you have found a bug, here are some guidelines:
4998 @cindex fatal signal
4999 @cindex assembler crash
5000 @cindex crash of assembler
5002 If the assembler gets a fatal signal, for any input whatever, that is a
5003 @code{@value{AS}} bug. Reliable assemblers never crash.
5005 @cindex error on valid input
5007 If @code{@value{AS}} produces an error message for valid input, that is a bug.
5009 @cindex invalid input
5011 If @code{@value{AS}} does not produce an error message for invalid input, that
5012 is a bug. However, you should note that your idea of ``invalid input'' might
5013 be our idea of ``an extension'' or ``support for traditional practice''.
5016 If you are an experienced user of assemblers, your suggestions for improvement
5017 of @code{@value{AS}} are welcome in any case.
5021 @section How to report bugs
5023 @cindex assembler bugs, reporting
5025 A number of companies and individuals offer support for @sc{gnu} products. If
5026 you obtained @code{@value{AS}} from a support organization, we recommend you
5027 contact that organization first.
5029 You can find contact information for many support companies and
5030 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
5033 In any event, we also recommend that you send bug reports for @code{@value{AS}}
5034 to @samp{bug-gnu-utils@@gnu.org}.
5036 The fundamental principle of reporting bugs usefully is this:
5037 @strong{report all the facts}. If you are not sure whether to state a
5038 fact or leave it out, state it!
5040 Often people omit facts because they think they know what causes the problem
5041 and assume that some details do not matter. Thus, you might assume that the
5042 name of a symbol you use in an example does not matter. Well, probably it does
5043 not, but one cannot be sure. Perhaps the bug is a stray memory reference which
5044 happens to fetch from the location where that name is stored in memory;
5045 perhaps, if the name were different, the contents of that location would fool
5046 the assembler into doing the right thing despite the bug. Play it safe and
5047 give a specific, complete example. That is the easiest thing for you to do,
5048 and the most helpful.
5050 Keep in mind that the purpose of a bug report is to enable us to fix the bug if
5051 it is new to us. Therefore, always write your bug reports on the assumption
5052 that the bug has not been reported previously.
5054 Sometimes people give a few sketchy facts and ask, ``Does this ring a
5055 bell?'' Those bug reports are useless, and we urge everyone to
5056 @emph{refuse to respond to them} except to chide the sender to report
5059 To enable us to fix the bug, you should include all these things:
5063 The version of @code{@value{AS}}. @code{@value{AS}} announces it if you start
5064 it with the @samp{--version} argument.
5066 Without this, we will not know whether there is any point in looking for
5067 the bug in the current version of @code{@value{AS}}.
5070 Any patches you may have applied to the @code{@value{AS}} source.
5073 The type of machine you are using, and the operating system name and
5077 What compiler (and its version) was used to compile @code{@value{AS}}---e.g.
5081 The command arguments you gave the assembler to assemble your example and
5082 observe the bug. To guarantee you will not omit something important, list them
5083 all. A copy of the Makefile (or the output from make) is sufficient.
5085 If we were to try to guess the arguments, we would probably guess wrong
5086 and then we might not encounter the bug.
5089 A complete input file that will reproduce the bug. If the bug is observed when
5090 the assembler is invoked via a compiler, send the assembler source, not the
5091 high level language source. Most compilers will produce the assembler source
5092 when run with the @samp{-S} option. If you are using @code{@value{GCC}}, use
5093 the options @samp{-v --save-temps}; this will save the assembler source in a
5094 file with an extension of @file{.s}, and also show you exactly how
5095 @code{@value{AS}} is being run.
5098 A description of what behavior you observe that you believe is
5099 incorrect. For example, ``It gets a fatal signal.''
5101 Of course, if the bug is that @code{@value{AS}} gets a fatal signal, then we
5102 will certainly notice it. But if the bug is incorrect output, we might not
5103 notice unless it is glaringly wrong. You might as well not give us a chance to
5106 Even if the problem you experience is a fatal signal, you should still say so
5107 explicitly. Suppose something strange is going on, such as, your copy of
5108 @code{@value{AS}} is out of synch, or you have encountered a bug in the C
5109 library on your system. (This has happened!) Your copy might crash and ours
5110 would not. If you told us to expect a crash, then when ours fails to crash, we
5111 would know that the bug was not happening for us. If you had not told us to
5112 expect a crash, then we would not be able to draw any conclusion from our
5116 If you wish to suggest changes to the @code{@value{AS}} source, send us context
5117 diffs, as generated by @code{diff} with the @samp{-u}, @samp{-c}, or @samp{-p}
5118 option. Always send diffs from the old file to the new file. If you even
5119 discuss something in the @code{@value{AS}} source, refer to it by context, not
5122 The line numbers in our development sources will not match those in your
5123 sources. Your line numbers would convey no useful information to us.
5126 Here are some things that are not necessary:
5130 A description of the envelope of the bug.
5132 Often people who encounter a bug spend a lot of time investigating
5133 which changes to the input file will make the bug go away and which
5134 changes will not affect it.
5136 This is often time consuming and not very useful, because the way we
5137 will find the bug is by running a single example under the debugger
5138 with breakpoints, not by pure deduction from a series of examples.
5139 We recommend that you save your time for something else.
5141 Of course, if you can find a simpler example to report @emph{instead}
5142 of the original one, that is a convenience for us. Errors in the
5143 output will be easier to spot, running under the debugger will take
5144 less time, and so on.
5146 However, simplification is not vital; if you do not want to do this,
5147 report the bug anyway and send us the entire test case you used.
5150 A patch for the bug.
5152 A patch for the bug does help us if it is a good one. But do not omit
5153 the necessary information, such as the test case, on the assumption that
5154 a patch is all we need. We might see problems with your patch and decide
5155 to fix the problem another way, or we might not understand it at all.
5157 Sometimes with a program as complicated as @code{@value{AS}} it is very hard to
5158 construct an example that will make the program follow a certain path through
5159 the code. If you do not send us the example, we will not be able to construct
5160 one, so we will not be able to verify that the bug is fixed.
5162 And if we cannot understand what bug you are trying to fix, or why your
5163 patch should be an improvement, we will not install it. A test case will
5164 help us to understand.
5167 A guess about what the bug is or what it depends on.
5169 Such guesses are usually wrong. Even we cannot guess right about such
5170 things without first using the debugger to find the facts.
5173 @node Acknowledgements
5174 @chapter Acknowledgements
5176 If you have contributed to @code{@value{AS}} and your name isn't listed here,
5177 it is not meant as a slight. We just don't know about it. Send mail to the
5178 maintainer, and we'll correct the situation. Currently
5180 the maintainer is Ken Raeburn (email address @code{raeburn@@cygnus.com}).
5182 Dean Elsner wrote the original @sc{gnu} assembler for the VAX.@footnote{Any
5185 Jay Fenlason maintained GAS for a while, adding support for GDB-specific debug
5186 information and the 68k series machines, most of the preprocessing pass, and
5187 extensive changes in @file{messages.c}, @file{input-file.c}, @file{write.c}.
5189 K. Richard Pixley maintained GAS for a while, adding various enhancements and
5190 many bug fixes, including merging support for several processors, breaking GAS
5191 up to handle multiple object file format back ends (including heavy rewrite,
5192 testing, an integration of the coff and b.out back ends), adding configuration
5193 including heavy testing and verification of cross assemblers and file splits
5194 and renaming, converted GAS to strictly ANSI C including full prototypes, added
5195 support for m680[34]0 and cpu32, did considerable work on i960 including a COFF
5196 port (including considerable amounts of reverse engineering), a SPARC opcode
5197 file rewrite, DECstation, rs6000, and hp300hpux host ports, updated ``know''
5198 assertions and made them work, much other reorganization, cleanup, and lint.
5200 Ken Raeburn wrote the high-level BFD interface code to replace most of the code
5201 in format-specific I/O modules.
5203 The original VMS support was contributed by David L. Kashtan. Eric Youngdale
5204 has done much work with it since.
5206 The Intel 80386 machine description was written by Eliot Dresselhaus.
5208 Minh Tran-Le at IntelliCorp contributed some AIX 386 support.
5210 The Motorola 88k machine description was contributed by Devon Bowen of Buffalo
5211 University and Torbjorn Granlund of the Swedish Institute of Computer Science.
5213 Keith Knowles at the Open Software Foundation wrote the original MIPS back end
5214 (@file{tc-mips.c}, @file{tc-mips.h}), and contributed Rose format support
5215 (which hasn't been merged in yet). Ralph Campbell worked with the MIPS code to
5216 support a.out format.
5218 Support for the Zilog Z8k and Hitachi H8/300 and H8/500 processors (tc-z8k,
5219 tc-h8300, tc-h8500), and IEEE 695 object file format (obj-ieee), was written by
5220 Steve Chamberlain of Cygnus Support. Steve also modified the COFF back end to
5221 use BFD for some low-level operations, for use with the H8/300 and AMD 29k
5224 John Gilmore built the AMD 29000 support, added @code{.include} support, and
5225 simplified the configuration of which versions accept which directives. He
5226 updated the 68k machine description so that Motorola's opcodes always produced
5227 fixed-size instructions (e.g. @code{jsr}), while synthetic instructions
5228 remained shrinkable (@code{jbsr}). John fixed many bugs, including true tested
5229 cross-compilation support, and one bug in relaxation that took a week and
5230 required the proverbial one-bit fix.
5232 Ian Lance Taylor of Cygnus Support merged the Motorola and MIT syntax for the
5233 68k, completed support for some COFF targets (68k, i386 SVR3, and SCO Unix),
5234 added support for MIPS ECOFF and ELF targets, wrote the initial RS/6000 and
5235 PowerPC assembler, and made a few other minor patches.
5237 Steve Chamberlain made @code{@value{AS}} able to generate listings.
5239 Hewlett-Packard contributed support for the HP9000/300.
5241 Jeff Law wrote GAS and BFD support for the native HPPA object format (SOM)
5242 along with a fairly extensive HPPA testsuite (for both SOM and ELF object
5243 formats). This work was supported by both the Center for Software Science at
5244 the University of Utah and Cygnus Support.
5246 Support for ELF format files has been worked on by Mark Eichin of Cygnus
5247 Support (original, incomplete implementation for SPARC), Pete Hoogenboom and
5248 Jeff Law at the University of Utah (HPPA mainly), Michael Meissner of the Open
5249 Software Foundation (i386 mainly), and Ken Raeburn of Cygnus Support (sparc,
5250 and some initial 64-bit support).
5252 Richard Henderson rewrote the Alpha assembler. Klaus Kaempf wrote GAS and BFD
5253 support for openVMS/Alpha.
5255 Several engineers at Cygnus Support have also provided many small bug fixes and
5256 configuration enhancements.
5258 Many others have contributed large or small bugfixes and enhancements. If
5259 you have contributed significant work and are not mentioned on this list, and
5260 want to be, let us know. Some of the history has been lost; we are not
5261 intentionally leaving anyone out.