Accept an absolute expression for index scale factor.
[deliverable/binutils-gdb.git] / gas / doc / as.texinfo
CommitLineData
252b5132 1\input texinfo @c -*-Texinfo-*-
f7e42eb4
NC
2@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
3@c 2001
252b5132
RH
4@c Free Software Foundation, Inc.
5@c UPDATE!! On future updates--
6@c (1) check for new machine-dep cmdline options in
7@c md_parse_option definitions in config/tc-*.c
8@c (2) for platform-specific directives, examine md_pseudo_op
9@c in config/tc-*.c
10@c (3) for object-format specific directives, examine obj_pseudo_op
11@c in config/obj-*.c
12@c (4) portable directives in potable[] in read.c
13@c %**start of header
14@setfilename as.info
15@c ---config---
16@c defaults, config file may override:
17@set have-stabs
18@c ---
19@include asconfig.texi
20@include gasver.texi
21@c ---
22@c common OR combinations of conditions
23@ifset AOUT
24@set aout-bout
25@end ifset
26@ifset ARM/Thumb
27@set ARM
28@end ifset
29@ifset BOUT
30@set aout-bout
31@end ifset
32@ifset H8/300
33@set H8
34@end ifset
35@ifset H8/500
36@set H8
37@end ifset
38@ifset SH
39@set H8
40@end ifset
41@ifset HPPA
42@set abnormal-separator
43@end ifset
44@c ------------
45@ifset GENERIC
46@settitle Using @value{AS}
47@end ifset
48@ifclear GENERIC
49@settitle Using @value{AS} (@value{TARGET})
50@end ifclear
51@setchapternewpage odd
52@c %**end of header
53
54@c @smallbook
55@c @set SMALL
56@c WARE! Some of the machine-dependent sections contain tables of machine
57@c instructions. Except in multi-column format, these tables look silly.
58@c Unfortunately, Texinfo doesn't have a general-purpose multi-col format, so
59@c the multi-col format is faked within @example sections.
60@c
61@c Again unfortunately, the natural size that fits on a page, for these tables,
62@c is different depending on whether or not smallbook is turned on.
63@c This matters, because of order: text flow switches columns at each page
64@c break.
65@c
66@c The format faked in this source works reasonably well for smallbook,
67@c not well for the default large-page format. This manual expects that if you
68@c turn on @smallbook, you will also uncomment the "@set SMALL" to enable the
69@c tables in question. You can turn on one without the other at your
70@c discretion, of course.
71@ifinfo
72@set SMALL
73@c the insn tables look just as silly in info files regardless of smallbook,
74@c might as well show 'em anyways.
75@end ifinfo
76
77@ifinfo
78@format
79START-INFO-DIR-ENTRY
80* As: (as). The GNU assembler.
81END-INFO-DIR-ENTRY
82@end format
83@end ifinfo
84
85@finalout
86@syncodeindex ky cp
87
88@ifinfo
89This file documents the GNU Assembler "@value{AS}".
90
a349d9dd 91Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001 Free Software Foundation, Inc.
252b5132 92
cf055d54
NC
93 Permission is granted to copy, distribute and/or modify this document
94 under the terms of the GNU Free Documentation License, Version 1.1
95 or any later version published by the Free Software Foundation;
96 with no Invariant Sections, with no Front-Cover Texts, and with no
97 Back-Cover Texts. A copy of the license is included in the
98 section entitled "GNU Free Documentation License".
252b5132
RH
99
100@ignore
101Permission is granted to process this file through Tex and print the
102results, provided the printed document carries copying permission
103notice identical to this one except for the removal of this paragraph
104(this paragraph not being relevant to the printed manual).
105
106@end ignore
252b5132
RH
107@end ifinfo
108
109@titlepage
110@title Using @value{AS}
111@subtitle The @sc{gnu} Assembler
112@ifclear GENERIC
113@subtitle for the @value{TARGET} family
114@end ifclear
115@sp 1
116@subtitle Version @value{VERSION}
117@sp 1
118@sp 13
119The Free Software Foundation Inc. thanks The Nice Computer
120Company of Australia for loaning Dean Elsner to write the
121first (Vax) version of @code{as} for Project @sc{gnu}.
122The proprietors, management and staff of TNCCA thank FSF for
123distracting the boss while they got some work
124done.
125@sp 3
126@author Dean Elsner, Jay Fenlason & friends
127@page
128@tex
129{\parskip=0pt
130\hfill {\it Using {\tt @value{AS}}}\par
131\hfill Edited by Cygnus Support\par
132}
133%"boxit" macro for figures:
134%Modified from Knuth's ``boxit'' macro from TeXbook (answer to exercise 21.3)
135\gdef\boxit#1#2{\vbox{\hrule\hbox{\vrule\kern3pt
136 \vbox{\parindent=0pt\parskip=0pt\hsize=#1\kern3pt\strut\hfil
137#2\hfil\strut\kern3pt}\kern3pt\vrule}\hrule}}%box with visible outline
138\gdef\ibox#1#2{\hbox to #1{#2\hfil}\kern8pt}% invisible box
139@end tex
140
141@vskip 0pt plus 1filll
a349d9dd 142Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001 Free Software Foundation, Inc.
252b5132 143
cf055d54
NC
144 Permission is granted to copy, distribute and/or modify this document
145 under the terms of the GNU Free Documentation License, Version 1.1
146 or any later version published by the Free Software Foundation;
147 with no Invariant Sections, with no Front-Cover Texts, and with no
148 Back-Cover Texts. A copy of the license is included in the
149 section entitled "GNU Free Documentation License".
252b5132 150
252b5132
RH
151@end titlepage
152
153@ifinfo
154@node Top
155@top Using @value{AS}
156
157This file is a user guide to the @sc{gnu} assembler @code{@value{AS}} version
158@value{VERSION}.
159@ifclear GENERIC
160This version of the file describes @code{@value{AS}} configured to generate
161code for @value{TARGET} architectures.
162@end ifclear
cf055d54
NC
163
164This document is distributed under the terms of the GNU Free
165Documentation License. A copy of the license is included in the
166section entitled "GNU Free Documentation License".
167
252b5132
RH
168@menu
169* Overview:: Overview
170* Invoking:: Command-Line Options
171* Syntax:: Syntax
172* Sections:: Sections and Relocation
173* Symbols:: Symbols
174* Expressions:: Expressions
175* Pseudo Ops:: Assembler Directives
176* Machine Dependencies:: Machine Dependent Features
177* Reporting Bugs:: Reporting Bugs
178* Acknowledgements:: Who Did What
cf055d54 179* GNU Free Documentation License:: GNU Free Documentation License
252b5132
RH
180* Index:: Index
181@end menu
182@end ifinfo
183
184@node Overview
185@chapter Overview
186@iftex
187This manual is a user guide to the @sc{gnu} assembler @code{@value{AS}}.
188@ifclear GENERIC
189This version of the manual describes @code{@value{AS}} configured to generate
190code for @value{TARGET} architectures.
191@end ifclear
192@end iftex
193
194@cindex invocation summary
195@cindex option summary
196@cindex summary of options
197Here is a brief summary of how to invoke @code{@value{AS}}. For details,
198@pxref{Invoking,,Comand-Line Options}.
199
200@c We don't use deffn and friends for the following because they seem
201@c to be limited to one line for the header.
202@smallexample
203@value{AS} [ -a[cdhlns][=file] ] [ -D ] [ --defsym @var{sym}=@var{val} ]
cdf82bcf 204 [ -f ] [ --gstabs ] [ --gdwarf2 ] [ --help ] [ -I @var{dir} ] [ -J ] [ -K ] [ -L ]
c3a27914
NC
205 [ --listing--lhs-width=NUM ][ --listing-lhs-width2=NUM ]
206 [ --listing-rhs-width=NUM ][ --listing-cont-lines=NUM ]
252b5132 207 [ --keep-locals ] [ -o @var{objfile} ] [ -R ] [ --statistics ] [ -v ]
2bdd6cf5 208 [ -version ] [ --version ] [ -W ] [ --warn ] [ --fatal-warnings ]
ea20a7da 209 [ -w ] [ -x ] [ -Z ] [ --target-help ]
252b5132
RH
210@ifset A29K
211@c am29k has no machine-dependent assembler options
212@end ifset
213@ifset ARC
0d2bcfaf
NC
214 [ -marc[5|6|7|8] ]
215 [ -EB | -EL ]
252b5132
RH
216@end ifset
217@ifset ARM
cdf82bcf
NC
218 [ -m[arm]1 | -m[arm]2 | -m[arm]250 | -m[arm]3 | -m[arm]6 | -m[arm]60 |
219 -m[arm]600 | -m[arm]610 | -m[arm]620 | -m[arm]7[t][[d]m[i]][fe] | -m[arm]70 |
220 -m[arm]700 | -m[arm]710[c] | -m[arm]7100 | -m[arm]7500 | -m[arm]8 |
221 -m[arm]810 | -m[arm]9 | -m[arm]920 | -m[arm]920t | -m[arm]9tdmi |
222 -mstrongarm | -mstrongarm110 | -mstrongarm1100 ]
223 [ -m[arm]v2 | -m[arm]v2a | -m[arm]v3 | -m[arm]v3m | -m[arm]v4 | -m[arm]v4t |
a349d9dd 224 -m[arm]v5 | -[arm]v5t | -[arm]v5te ]
252b5132
RH
225 [ -mthumb | -mall ]
226 [ -mfpa10 | -mfpa11 | -mfpe-old | -mno-fpu ]
227 [ -EB | -EL ]
cdf82bcf
NC
228 [ -mapcs-32 | -mapcs-26 | -mapcs-float | -mapcs-reentrant ]
229 [ -mthumb-interwork ]
230 [ -moabi ]
231 [ -k ]
252b5132
RH
232@end ifset
233@ifset D10V
234 [ -O ]
235@end ifset
236@ifset D30V
237 [ -O | -n | -N ]
238@end ifset
239@ifset H8
240@c Hitachi family chips have no machine-dependent assembler options
241@end ifset
242@ifset HPPA
243@c HPPA has no machine-dependent assembler options (yet).
244@end ifset
041dd5a9
ILT
245@ifset PJ
246 [ -mb | -me ]
247@end ifset
252b5132
RH
248@ifset SPARC
249@c The order here is important. See c-sparc.texi.
250 [ -Av6 | -Av7 | -Av8 | -Asparclet | -Asparclite
251 -Av8plus | -Av8plusa | -Av9 | -Av9a ]
252 [ -xarch=v8plus | -xarch=v8plusa ] [ -bump ] [ -32 | -64 ]
253@end ifset
39bec121
TW
254@ifset TIC54X
255 [ -mcpu=54[123589] | -mcpu=54[56]lp ] [ -mfar-mode | -mf ]
256 [ -merrors-to-file <filename> | -me <filename> ]
257@end ifset
252b5132
RH
258@ifset Z8000
259@c Z8000 has no machine-dependent assembler options
260@end ifset
261@ifset I960
262@c see md_parse_option in tc-i960.c
263 [ -ACA | -ACA_A | -ACB | -ACC | -AKA | -AKB | -AKC | -AMC ]
264 [ -b ] [ -no-relax ]
265@end ifset
ec694b89
NC
266@ifset M32R
267 [ --m32rx | --[no-]warn-explicit-parallel-conflicts | --W[n]p ]
268@end ifset
252b5132
RH
269@ifset M680X0
270 [ -l ] [ -m68000 | -m68010 | -m68020 | ... ]
271@end ifset
272@ifset MCORE
273 [ -jsri2bsr ] [ -sifilter ] [ -relax ]
ec694b89 274 [ -mcpu=[210|340] ]
252b5132 275@end ifset
60bcf0fa
NC
276@ifset M68HC11
277 [ -m68hc11 | -m68hc12 ]
278 [ --force-long-branchs ] [ --short-branchs ] [ --strict-direct-mode ]
279 [ --print-insn-syntax ] [ --print-opcodes ] [ --generate-example ]
280@end ifset
252b5132
RH
281@ifset MIPS
282 [ -nocpp ] [ -EL ] [ -EB ] [ -G @var{num} ] [ -mcpu=@var{CPU} ]
84ea6cf2
NC
283 [ -mips1 ] [ -mips2 ] [ -mips3 ] [ -mips4 ] [ -mips5 ]
284 [ -mips32 ] [ -mips64 ]
e7af610e 285 [ -m4650 ] [ -no-m4650 ]
252b5132
RH
286 [ --trap ] [ --break ]
287 [ --emulation=@var{name} ]
288@end ifset
289 [ -- | @var{files} @dots{} ]
290@end smallexample
291
292@table @code
293@item -a[cdhlmns]
294Turn on listings, in any of a variety of ways:
295
296@table @code
297@item -ac
298omit false conditionals
299
300@item -ad
301omit debugging directives
302
303@item -ah
304include high-level source
305
306@item -al
307include assembly
308
309@item -am
310include macro expansions
311
312@item -an
313omit forms processing
314
315@item -as
316include symbols
317
318@item =file
319set the name of the listing file
320@end table
321
322You may combine these options; for example, use @samp{-aln} for assembly
323listing without forms processing. The @samp{=file} option, if used, must be
324the last one. By itself, @samp{-a} defaults to @samp{-ahls}.
325
326@item -D
327Ignored. This option is accepted for script compatibility with calls to
328other assemblers.
329
330@item --defsym @var{sym}=@var{value}
331Define the symbol @var{sym} to be @var{value} before assembling the input file.
332@var{value} must be an integer constant. As in C, a leading @samp{0x}
333indicates a hexadecimal value, and a leading @samp{0} indicates an octal value.
334
335@item -f
336``fast''---skip whitespace and comment preprocessing (assume source is
337compiler output).
338
339@item --gstabs
340Generate stabs debugging information for each assembler line. This
341may help debugging assembler code, if the debugger can handle it.
342
cdf82bcf
NC
343@item --gdwarf2
344Generate DWARF2 debugging information for each assembler line. This
85a39694
NC
345may help debugging assembler code, if the debugger can handle it. Note - this
346option is only supported by some targets, not all of them.
cdf82bcf 347
252b5132
RH
348@item --help
349Print a summary of the command line options and exit.
350
ea20a7da
CC
351@item --target-help
352Print a summary of all target specific options and exit.
353
252b5132
RH
354@item -I @var{dir}
355Add directory @var{dir} to the search list for @code{.include} directives.
356
357@item -J
358Don't warn about signed overflow.
359
360@item -K
361@ifclear DIFF-TBL-KLUGE
362This option is accepted but has no effect on the @value{TARGET} family.
363@end ifclear
364@ifset DIFF-TBL-KLUGE
365Issue warnings when difference tables altered for long displacements.
366@end ifset
367
368@item -L
369@itemx --keep-locals
370Keep (in the symbol table) local symbols. On traditional a.out systems
371these start with @samp{L}, but different systems have different local
372label prefixes.
373
c3a27914
NC
374@item --listing-lhs-width=@var{number}
375Set the maximum width, in words, of the output data column for an assembler
376listing to @var{number}.
377
378@item --listing-lhs-width2=@var{number}
379Set the maximum width, in words, of the output data column for continuation
380lines in an assembler listing to @var{number}.
381
382@item --listing-rhs-width=@var{number}
383Set the maximum width of an input source line, as displayed in a listing, to
384@var{number} bytes.
385
386@item --listing-cont-lines=@var{number}
387Set the maximum number of lines printed in a listing for a single line of input
388to @var{number} + 1.
389
252b5132
RH
390@item -o @var{objfile}
391Name the object-file output from @code{@value{AS}} @var{objfile}.
392
393@item -R
394Fold the data section into the text section.
395
396@item --statistics
397Print the maximum space (in bytes) and total time (in seconds) used by
398assembly.
399
400@item --strip-local-absolute
401Remove local absolute symbols from the outgoing symbol table.
402
403@item -v
404@itemx -version
405Print the @code{as} version.
406
407@item --version
408Print the @code{as} version and exit.
409
410@item -W
2bdd6cf5 411@itemx --no-warn
252b5132
RH
412Suppress warning messages.
413
2bdd6cf5
GK
414@item --fatal-warnings
415Treat warnings as errors.
416
417@item --warn
418Don't suppress warning messages or treat them as errors.
419
252b5132
RH
420@item -w
421Ignored.
422
423@item -x
424Ignored.
425
426@item -Z
427Generate an object file even after errors.
428
429@item -- | @var{files} @dots{}
430Standard input, or source files to assemble.
431
432@end table
433
434@ifset ARC
435The following options are available when @value{AS} is configured for
436an ARC processor.
437
438@table @code
0d2bcfaf
NC
439@item -marc[5|6|7|8]
440This option selects the core processor variant.
441@item -EB | -EL
442Select either big-endian (-EB) or little-endian (-EL) output.
252b5132
RH
443@end table
444@end ifset
445
446@ifset ARM
447The following options are available when @value{AS} is configured for the ARM
448processor family.
449
450@table @code
cdf82bcf
NC
451@item -m[arm][1|2|3|6|7|8|9][...]
452Specify which ARM processor variant is the target.
453@item -m[arm]v[2|2a|3|3m|4|4t|5|5t]
454Specify which ARM architecture variant is used by the target.
252b5132
RH
455@item -mthumb | -mall
456Enable or disable Thumb only instruction decoding.
457@item -mfpa10 | -mfpa11 | -mfpe-old | -mno-fpu
a349d9dd 458Select which Floating Point architecture is the target.
cdf82bcf 459@item -mapcs-32 | -mapcs-26 | -mapcs-float | -mapcs-reentrant | -moabi
252b5132
RH
460Select which procedure calling convention is in use.
461@item -EB | -EL
462Select either big-endian (-EB) or little-endian (-EL) output.
cdf82bcf
NC
463@item -mthumb-interwork
464Specify that the code has been generated with interworking between Thumb and
465ARM code in mind.
466@item -k
467Specify that PIC code has been generated.
252b5132
RH
468@end table
469@end ifset
470
471@ifset D10V
472The following options are available when @value{AS} is configured for
473a D10V processor.
474@table @code
475@cindex D10V optimization
476@cindex optimization, D10V
477@item -O
478Optimize output by parallelizing instructions.
479@end table
480@end ifset
481
482@ifset D30V
483The following options are available when @value{AS} is configured for a D30V
484processor.
485@table @code
486@cindex D30V optimization
487@cindex optimization, D30V
488@item -O
489Optimize output by parallelizing instructions.
490
491@cindex D30V nops
492@item -n
493Warn when nops are generated.
494
495@cindex D30V nops after 32-bit multiply
496@item -N
497Warn when a nop after a 32-bit multiply instruction is generated.
498@end table
499@end ifset
500
501@ifset I960
502The following options are available when @value{AS} is configured for the
503Intel 80960 processor.
504
505@table @code
506@item -ACA | -ACA_A | -ACB | -ACC | -AKA | -AKB | -AKC | -AMC
507Specify which variant of the 960 architecture is the target.
508
509@item -b
510Add code to collect statistics about branches taken.
511
512@item -no-relax
513Do not alter compare-and-branch instructions for long displacements;
514error if necessary.
515
516@end table
517@end ifset
518
ec694b89
NC
519@ifset M32R
520The following options are available when @value{AS} is configured for the
521Mitsubishi M32R series.
522
523@table @code
524
525@item --m32rx
526Specify which processor in the M32R family is the target. The default
527is normally the M32R, but this option changes it to the M32RX.
528
529@item --warn-explicit-parallel-conflicts or --Wp
530Produce warning messages when questionable parallel constructs are
531encountered.
532
533@item --no-warn-explicit-parallel-conflicts or --Wnp
534Do not produce warning messages when questionable parallel constructs are
535encountered.
536
537@end table
538@end ifset
252b5132
RH
539
540@ifset M680X0
541The following options are available when @value{AS} is configured for the
542Motorola 68000 series.
543
544@table @code
545
546@item -l
547Shorten references to undefined symbols, to one word instead of two.
548
549@item -m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060
550@itemx | -m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -mcpu32 | -m5200
551Specify what processor in the 68000 family is the target. The default
552is normally the 68020, but this can be changed at configuration time.
553
554@item -m68881 | -m68882 | -mno-68881 | -mno-68882
555The target machine does (or does not) have a floating-point coprocessor.
556The default is to assume a coprocessor for 68020, 68030, and cpu32. Although
557the basic 68000 is not compatible with the 68881, a combination of the
558two can be specified, since it's possible to do emulation of the
559coprocessor instructions with the main processor.
560
561@item -m68851 | -mno-68851
562The target machine does (or does not) have a memory-management
563unit coprocessor. The default is to assume an MMU for 68020 and up.
564
565@end table
566@end ifset
567
e135f41b
NC
568@ifset PDP11
569
570For details about the PDP-11 machine dependent features options,
571see @ref{PDP-11-Options}.
572
573@table @code
574@item -mpic | -mno-pic
575Generate position-independent (or position-dependent) code. The
576default is @code{-mpic}.
577
578@item -mall
579@itemx -mall-extensions
580Enable all instruction set extensions. This is the default.
581
582@item -mno-extensions
583Disable all instruction set extensions.
584
585@item -m@var{extension} | -mno-@var{extension}
586Enable (or disable) a particular instruction set extension.
587
588@item -m@var{cpu}
589Enable the instruction set extensions supported by a particular CPU, and
590disable all other extensions.
591
592@item -m@var{machine}
593Enable the instruction set extensions supported by a particular machine
594model, and disable all other extensions.
595@end table
596
597@end ifset
598
041dd5a9
ILT
599@ifset PJ
600The following options are available when @value{AS} is configured for
601a picoJava processor.
602
603@table @code
604
605@cindex PJ endianness
606@cindex endianness, PJ
607@cindex big endian output, PJ
608@item -mb
609Generate ``big endian'' format output.
610
611@cindex little endian output, PJ
612@item -ml
613Generate ``little endian'' format output.
614
615@end table
616@end ifset
617
60bcf0fa
NC
618@ifset M68HC11
619The following options are available when @value{AS} is configured for the
620Motorola 68HC11 or 68HC12 series.
621
622@table @code
623
624@item -m68hc11 | -m68hc12
625Specify what processor is the target. The default is
626defined by the configuration option when building the assembler.
627
628@item --force-long-branchs
629Relative branches are turned into absolute ones. This concerns
630conditional branches, unconditional branches and branches to a
631sub routine.
632
633@item -S | --short-branchs
634Do not turn relative branchs into absolute ones
635when the offset is out of range.
636
637@item --strict-direct-mode
638Do not turn the direct addressing mode into extended addressing mode
639when the instruction does not support direct addressing mode.
640
641@item --print-insn-syntax
642Print the syntax of instruction in case of error.
643
644@item --print-opcodes
645print the list of instructions with syntax and then exit.
646
647@item --generate-example
648print an example of instruction for each possible instruction and then exit.
649This option is only useful for testing @code{@value{AS}}.
650
651@end table
652@end ifset
653
252b5132
RH
654@ifset SPARC
655The following options are available when @code{@value{AS}} is configured
656for the SPARC architecture:
657
658@table @code
659@item -Av6 | -Av7 | -Av8 | -Asparclet | -Asparclite
660@itemx -Av8plus | -Av8plusa | -Av9 | -Av9a
661Explicitly select a variant of the SPARC architecture.
662
663@samp{-Av8plus} and @samp{-Av8plusa} select a 32 bit environment.
664@samp{-Av9} and @samp{-Av9a} select a 64 bit environment.
665
666@samp{-Av8plusa} and @samp{-Av9a} enable the SPARC V9 instruction set with
667UltraSPARC extensions.
668
669@item -xarch=v8plus | -xarch=v8plusa
670For compatibility with the Solaris v9 assembler. These options are
671equivalent to -Av8plus and -Av8plusa, respectively.
672
673@item -bump
674Warn when the assembler switches to another architecture.
675@end table
676@end ifset
677
39bec121
TW
678@ifset TIC54X
679The following options are available when @value{AS} is configured for the 'c54x
680architecture.
681
682@table @code
683@item -mfar-mode
684Enable extended addressing mode. All addresses and relocations will assume
685extended addressing (usually 23 bits).
686@item -mcpu=@var{CPU_VERSION}
687Sets the CPU version being compiled for.
688@item -merrors-to-file @var{FILENAME}
689Redirect error output to a file, for broken systems which don't support such
690behaviour in the shell.
691@end table
692@end ifset
693
252b5132
RH
694@ifset MIPS
695The following options are available when @value{AS} is configured for
696a MIPS processor.
697
698@table @code
699@item -G @var{num}
700This option sets the largest size of an object that can be referenced
701implicitly with the @code{gp} register. It is only accepted for targets that
702use ECOFF format, such as a DECstation running Ultrix. The default value is 8.
703
704@cindex MIPS endianness
705@cindex endianness, MIPS
706@cindex big endian output, MIPS
707@item -EB
708Generate ``big endian'' format output.
709
710@cindex little endian output, MIPS
711@item -EL
712Generate ``little endian'' format output.
713
714@cindex MIPS ISA
715@item -mips1
716@itemx -mips2
717@itemx -mips3
e7af610e
NC
718@itemx -mips4
719@itemx -mips32
252b5132
RH
720Generate code for a particular MIPS Instruction Set Architecture level.
721@samp{-mips1} corresponds to the @sc{r2000} and @sc{r3000} processors,
84ea6cf2
NC
722@samp{-mips2} to the @sc{r6000} processor, and @samp{-mips3} to the @sc{r4000}
723processor.
724@samp{-mips5}, @samp{-mips32}, and @samp{-mips64} correspond
725to generic @sc{MIPS V}, @sc{MIPS32}, and @sc{MIPS64} ISA
726processors, respectively.
252b5132
RH
727
728@item -m4650
729@itemx -no-m4650
730Generate code for the MIPS @sc{r4650} chip. This tells the assembler to accept
731the @samp{mad} and @samp{madu} instruction, and to not schedule @samp{nop}
732instructions around accesses to the @samp{HI} and @samp{LO} registers.
733@samp{-no-m4650} turns off this option.
734
735@item -mcpu=@var{CPU}
c6c98b38
NC
736Generate code for a particular MIPS cpu. It is exactly equivalent to
737@samp{-m@var{cpu}}, except that there are more value of @var{cpu}
738understood.
252b5132
RH
739
740@cindex emulation
741@item --emulation=@var{name}
742This option causes @code{@value{AS}} to emulate @code{@value{AS}} configured
743for some other target, in all respects, including output format (choosing
744between ELF and ECOFF only), handling of pseudo-opcodes which may generate
745debugging information or store symbol table information, and default
746endianness. The available configuration names are: @samp{mipsecoff},
747@samp{mipself}, @samp{mipslecoff}, @samp{mipsbecoff}, @samp{mipslelf},
748@samp{mipsbelf}. The first two do not alter the default endianness from that
749of the primary target for which the assembler was configured; the others change
750the default to little- or big-endian as indicated by the @samp{b} or @samp{l}
751in the name. Using @samp{-EB} or @samp{-EL} will override the endianness
752selection in any case.
753
754This option is currently supported only when the primary target
755@code{@value{AS}} is configured for is a MIPS ELF or ECOFF target.
756Furthermore, the primary target or others specified with
757@samp{--enable-targets=@dots{}} at configuration time must include support for
758the other format, if both are to be available. For example, the Irix 5
759configuration includes support for both.
760
761Eventually, this option will support more configurations, with more
762fine-grained control over the assembler's behavior, and will be supported for
763more processors.
764
765@item -nocpp
766@code{@value{AS}} ignores this option. It is accepted for compatibility with
767the native tools.
768
769@need 900
770@item --trap
771@itemx --no-trap
772@itemx --break
773@itemx --no-break
774Control how to deal with multiplication overflow and division by zero.
775@samp{--trap} or @samp{--no-break} (which are synonyms) take a trap exception
776(and only work for Instruction Set Architecture level 2 and higher);
777@samp{--break} or @samp{--no-trap} (also synonyms, and the default) take a
778break exception.
779@end table
780@end ifset
781
782@ifset MCORE
783The following options are available when @value{AS} is configured for
784an MCore processor.
785
786@table @code
787@item -jsri2bsr
788@itemx -nojsri2bsr
789Enable or disable the JSRI to BSR transformation. By default this is enabled.
790The command line option @samp{-nojsri2bsr} can be used to disable it.
791
792@item -sifilter
793@itemx -nosifilter
794Enable or disable the silicon filter behaviour. By default this is disabled.
a349d9dd 795The default can be overridden by the @samp{-sifilter} command line option.
252b5132
RH
796
797@item -relax
798Alter jump instructions for long displacements.
799
ec694b89
NC
800@item -mcpu=[210|340]
801Select the cpu type on the target hardware. This controls which instructions
802can be assembled.
803
804@item -EB
805Assemble for a big endian target.
806
807@item -EL
808Assemble for a little endian target.
252b5132
RH
809
810@end table
811@end ifset
812
813@menu
814* Manual:: Structure of this Manual
815* GNU Assembler:: The GNU Assembler
816* Object Formats:: Object File Formats
817* Command Line:: Command Line
818* Input Files:: Input Files
819* Object:: Output (Object) File
820* Errors:: Error and Warning Messages
821@end menu
822
823@node Manual
824@section Structure of this Manual
825
826@cindex manual, structure and purpose
827This manual is intended to describe what you need to know to use
828@sc{gnu} @code{@value{AS}}. We cover the syntax expected in source files, including
829notation for symbols, constants, and expressions; the directives that
830@code{@value{AS}} understands; and of course how to invoke @code{@value{AS}}.
831
832@ifclear GENERIC
833We also cover special features in the @value{TARGET}
834configuration of @code{@value{AS}}, including assembler directives.
835@end ifclear
836@ifset GENERIC
837This manual also describes some of the machine-dependent features of
838various flavors of the assembler.
839@end ifset
840
841@cindex machine instructions (not covered)
842On the other hand, this manual is @emph{not} intended as an introduction
843to programming in assembly language---let alone programming in general!
844In a similar vein, we make no attempt to introduce the machine
845architecture; we do @emph{not} describe the instruction set, standard
846mnemonics, registers or addressing modes that are standard to a
847particular architecture.
848@ifset GENERIC
849You may want to consult the manufacturer's
850machine architecture manual for this information.
851@end ifset
852@ifclear GENERIC
853@ifset H8/300
854For information on the H8/300 machine instruction set, see @cite{H8/300
855Series Programming Manual} (Hitachi ADE--602--025). For the H8/300H,
856see @cite{H8/300H Series Programming Manual} (Hitachi).
857@end ifset
858@ifset H8/500
859For information on the H8/500 machine instruction set, see @cite{H8/500
860Series Programming Manual} (Hitachi M21T001).
861@end ifset
862@ifset SH
863For information on the Hitachi SH machine instruction set, see
864@cite{SH-Microcomputer User's Manual} (Hitachi Micro Systems, Inc.).
865@end ifset
866@ifset Z8000
867For information on the Z8000 machine instruction set, see @cite{Z8000 CPU Technical Manual}
868@end ifset
869@end ifclear
870
871@c I think this is premature---doc@cygnus.com, 17jan1991
872@ignore
873Throughout this manual, we assume that you are running @dfn{GNU},
874the portable operating system from the @dfn{Free Software
875Foundation, Inc.}. This restricts our attention to certain kinds of
876computer (in particular, the kinds of computers that @sc{gnu} can run on);
877once this assumption is granted examples and definitions need less
878qualification.
879
880@code{@value{AS}} is part of a team of programs that turn a high-level
881human-readable series of instructions into a low-level
882computer-readable series of instructions. Different versions of
883@code{@value{AS}} are used for different kinds of computer.
884@end ignore
885
886@c There used to be a section "Terminology" here, which defined
887@c "contents", "byte", "word", and "long". Defining "word" to any
888@c particular size is confusing when the .word directive may generate 16
889@c bits on one machine and 32 bits on another; in general, for the user
890@c version of this manual, none of these terms seem essential to define.
891@c They were used very little even in the former draft of the manual;
892@c this draft makes an effort to avoid them (except in names of
893@c directives).
894
895@node GNU Assembler
896@section The GNU Assembler
897
898@sc{gnu} @code{as} is really a family of assemblers.
899@ifclear GENERIC
900This manual describes @code{@value{AS}}, a member of that family which is
901configured for the @value{TARGET} architectures.
902@end ifclear
903If you use (or have used) the @sc{gnu} assembler on one architecture, you
904should find a fairly similar environment when you use it on another
905architecture. Each version has much in common with the others,
906including object file formats, most assembler directives (often called
907@dfn{pseudo-ops}) and assembler syntax.@refill
908
909@cindex purpose of @sc{gnu} assembler
910@code{@value{AS}} is primarily intended to assemble the output of the
911@sc{gnu} C compiler @code{@value{GCC}} for use by the linker
912@code{@value{LD}}. Nevertheless, we've tried to make @code{@value{AS}}
913assemble correctly everything that other assemblers for the same
914machine would assemble.
915@ifset VAX
916Any exceptions are documented explicitly (@pxref{Machine Dependencies}).
917@end ifset
918@ifset M680X0
919@c This remark should appear in generic version of manual; assumption
920@c here is that generic version sets M680x0.
921This doesn't mean @code{@value{AS}} always uses the same syntax as another
922assembler for the same architecture; for example, we know of several
923incompatible versions of 680x0 assembly language syntax.
924@end ifset
925
926Unlike older assemblers, @code{@value{AS}} is designed to assemble a source
927program in one pass of the source file. This has a subtle impact on the
928@kbd{.org} directive (@pxref{Org,,@code{.org}}).
929
930@node Object Formats
931@section Object File Formats
932
933@cindex object file format
934The @sc{gnu} assembler can be configured to produce several alternative
935object file formats. For the most part, this does not affect how you
936write assembly language programs; but directives for debugging symbols
937are typically different in different file formats. @xref{Symbol
938Attributes,,Symbol Attributes}.
939@ifclear GENERIC
940@ifclear MULTI-OBJ
941On the @value{TARGET}, @code{@value{AS}} is configured to produce
942@value{OBJ-NAME} format object files.
943@end ifclear
944@c The following should exhaust all configs that set MULTI-OBJ, ideally
945@ifset A29K
946On the @value{TARGET}, @code{@value{AS}} can be configured to produce either
947@code{a.out} or COFF format object files.
948@end ifset
949@ifset I960
950On the @value{TARGET}, @code{@value{AS}} can be configured to produce either
951@code{b.out} or COFF format object files.
952@end ifset
953@ifset HPPA
954On the @value{TARGET}, @code{@value{AS}} can be configured to produce either
955SOM or ELF format object files.
956@end ifset
957@end ifclear
958
959@node Command Line
960@section Command Line
961
962@cindex command line conventions
963After the program name @code{@value{AS}}, the command line may contain
964options and file names. Options may appear in any order, and may be
965before, after, or between file names. The order of file names is
966significant.
967
968@cindex standard input, as input file
969@kindex --
970@file{--} (two hyphens) by itself names the standard input file
971explicitly, as one of the files for @code{@value{AS}} to assemble.
972
973@cindex options, command line
974Except for @samp{--} any command line argument that begins with a
975hyphen (@samp{-}) is an option. Each option changes the behavior of
976@code{@value{AS}}. No option changes the way another option works. An
977option is a @samp{-} followed by one or more letters; the case of
978the letter is important. All options are optional.
979
980Some options expect exactly one file name to follow them. The file
981name may either immediately follow the option's letter (compatible
982with older assemblers) or it may be the next command argument (@sc{gnu}
983standard). These two command lines are equivalent:
984
985@smallexample
986@value{AS} -o my-object-file.o mumble.s
987@value{AS} -omy-object-file.o mumble.s
988@end smallexample
989
990@node Input Files
991@section Input Files
992
993@cindex input
994@cindex source program
995@cindex files, input
996We use the phrase @dfn{source program}, abbreviated @dfn{source}, to
997describe the program input to one run of @code{@value{AS}}. The program may
998be in one or more files; how the source is partitioned into files
999doesn't change the meaning of the source.
1000
1001@c I added "con" prefix to "catenation" just to prove I can overcome my
1002@c APL training... doc@cygnus.com
1003The source program is a concatenation of the text in all the files, in the
1004order specified.
1005
1006Each time you run @code{@value{AS}} it assembles exactly one source
1007program. The source program is made up of one or more files.
1008(The standard input is also a file.)
1009
1010You give @code{@value{AS}} a command line that has zero or more input file
1011names. The input files are read (from left file name to right). A
1012command line argument (in any position) that has no special meaning
1013is taken to be an input file name.
1014
1015If you give @code{@value{AS}} no file names it attempts to read one input file
1016from the @code{@value{AS}} standard input, which is normally your terminal. You
1017may have to type @key{ctl-D} to tell @code{@value{AS}} there is no more program
1018to assemble.
1019
1020Use @samp{--} if you need to explicitly name the standard input file
1021in your command line.
1022
1023If the source is empty, @code{@value{AS}} produces a small, empty object
1024file.
1025
1026@subheading Filenames and Line-numbers
1027
1028@cindex input file linenumbers
1029@cindex line numbers, in input files
1030There are two ways of locating a line in the input file (or files) and
1031either may be used in reporting error messages. One way refers to a line
1032number in a physical file; the other refers to a line number in a
1033``logical'' file. @xref{Errors, ,Error and Warning Messages}.
1034
1035@dfn{Physical files} are those files named in the command line given
1036to @code{@value{AS}}.
1037
1038@dfn{Logical files} are simply names declared explicitly by assembler
1039directives; they bear no relation to physical files. Logical file names help
1040error messages reflect the original source file, when @code{@value{AS}} source
1041is itself synthesized from other files. @code{@value{AS}} understands the
1042@samp{#} directives emitted by the @code{@value{GCC}} preprocessor. See also
1043@ref{File,,@code{.file}}.
1044
1045@node Object
1046@section Output (Object) File
1047
1048@cindex object file
1049@cindex output file
1050@kindex a.out
1051@kindex .o
1052Every time you run @code{@value{AS}} it produces an output file, which is
1053your assembly language program translated into numbers. This file
1054is the object file. Its default name is
1055@ifclear BOUT
1056@code{a.out}.
1057@end ifclear
1058@ifset BOUT
1059@ifset GENERIC
1060@code{a.out}, or
1061@end ifset
1062@code{b.out} when @code{@value{AS}} is configured for the Intel 80960.
1063@end ifset
1064You can give it another name by using the @code{-o} option. Conventionally,
1065object file names end with @file{.o}. The default name is used for historical
1066reasons: older assemblers were capable of assembling self-contained programs
1067directly into a runnable program. (For some formats, this isn't currently
1068possible, but it can be done for the @code{a.out} format.)
1069
1070@cindex linker
1071@kindex ld
1072The object file is meant for input to the linker @code{@value{LD}}. It contains
1073assembled program code, information to help @code{@value{LD}} integrate
1074the assembled program into a runnable file, and (optionally) symbolic
1075information for the debugger.
1076
1077@c link above to some info file(s) like the description of a.out.
1078@c don't forget to describe @sc{gnu} info as well as Unix lossage.
1079
1080@node Errors
1081@section Error and Warning Messages
1082
a349d9dd 1083@cindex error messages
252b5132
RH
1084@cindex warning messages
1085@cindex messages from assembler
1086@code{@value{AS}} may write warnings and error messages to the standard error
1087file (usually your terminal). This should not happen when a compiler
1088runs @code{@value{AS}} automatically. Warnings report an assumption made so
1089that @code{@value{AS}} could keep assembling a flawed program; errors report a
1090grave problem that stops the assembly.
1091
1092@cindex format of warning messages
1093Warning messages have the format
1094
1095@smallexample
1096file_name:@b{NNN}:Warning Message Text
1097@end smallexample
1098
1099@noindent
1100@cindex line numbers, in warnings/errors
1101(where @b{NNN} is a line number). If a logical file name has been given
1102(@pxref{File,,@code{.file}}) it is used for the filename, otherwise the name of
1103the current input file is used. If a logical line number was given
1104@ifset GENERIC
1105(@pxref{Line,,@code{.line}})
1106@end ifset
1107@ifclear GENERIC
1108@ifclear A29K
1109(@pxref{Line,,@code{.line}})
1110@end ifclear
1111@ifset A29K
1112(@pxref{Ln,,@code{.ln}})
1113@end ifset
1114@end ifclear
1115then it is used to calculate the number printed,
1116otherwise the actual line in the current source file is printed. The
1117message text is intended to be self explanatory (in the grand Unix
1118tradition).
1119
1120@cindex format of error messages
1121Error messages have the format
1122@smallexample
1123file_name:@b{NNN}:FATAL:Error Message Text
1124@end smallexample
1125The file name and line number are derived as for warning
1126messages. The actual message text may be rather less explanatory
1127because many of them aren't supposed to happen.
1128
1129@node Invoking
1130@chapter Command-Line Options
1131
1132@cindex options, all versions of assembler
1133This chapter describes command-line options available in @emph{all}
1134versions of the @sc{gnu} assembler; @pxref{Machine Dependencies}, for options specific
1135@ifclear GENERIC
1136to the @value{TARGET}.
1137@end ifclear
1138@ifset GENERIC
1139to particular machine architectures.
1140@end ifset
1141
1142If you are invoking @code{@value{AS}} via the @sc{gnu} C compiler (version 2),
1143you can use the @samp{-Wa} option to pass arguments through to the assembler.
1144The assembler arguments must be separated from each other (and the @samp{-Wa})
1145by commas. For example:
1146
1147@smallexample
1148gcc -c -g -O -Wa,-alh,-L file.c
1149@end smallexample
1150
1151@noindent
1152This passes two options to the assembler: @samp{-alh} (emit a listing to
1153standard output with with high-level and assembly source) and @samp{-L} (retain
1154local symbols in the symbol table).
1155
1156Usually you do not need to use this @samp{-Wa} mechanism, since many compiler
1157command-line options are automatically passed to the assembler by the compiler.
1158(You can call the @sc{gnu} compiler driver with the @samp{-v} option to see
1159precisely what options it passes to each compilation pass, including the
1160assembler.)
1161
1162@menu
1163* a:: -a[cdhlns] enable listings
1164* D:: -D for compatibility
1165* f:: -f to work faster
1166* I:: -I for .include search path
1167@ifclear DIFF-TBL-KLUGE
1168* K:: -K for compatibility
1169@end ifclear
1170@ifset DIFF-TBL-KLUGE
1171* K:: -K for difference tables
1172@end ifset
1173
1174* L:: -L to retain local labels
c3a27914 1175* listing:: --listing-XXX to configure listing output
252b5132
RH
1176* M:: -M or --mri to assemble in MRI compatibility mode
1177* MD:: --MD for dependency tracking
1178* o:: -o to name the object file
1179* R:: -R to join data and text sections
1180* statistics:: --statistics to see statistics about assembly
1181* traditional-format:: --traditional-format for compatible output
1182* v:: -v to announce version
2bdd6cf5 1183* W:: -W, --no-warn, --warn, --fatal-warnings to control warnings
252b5132
RH
1184* Z:: -Z to make object file even after errors
1185@end menu
1186
1187@node a
1188@section Enable Listings: @code{-a[cdhlns]}
1189
1190@kindex -a
1191@kindex -ac
1192@kindex -ad
1193@kindex -ah
1194@kindex -al
1195@kindex -an
1196@kindex -as
1197@cindex listings, enabling
1198@cindex assembly listings, enabling
1199
1200These options enable listing output from the assembler. By itself,
1201@samp{-a} requests high-level, assembly, and symbols listing.
1202You can use other letters to select specific options for the list:
1203@samp{-ah} requests a high-level language listing,
1204@samp{-al} requests an output-program assembly listing, and
1205@samp{-as} requests a symbol table listing.
1206High-level listings require that a compiler debugging option like
1207@samp{-g} be used, and that assembly listings (@samp{-al}) be requested
1208also.
1209
1210Use the @samp{-ac} option to omit false conditionals from a listing. Any lines
1211which are not assembled because of a false @code{.if} (or @code{.ifdef}, or any
1212other conditional), or a true @code{.if} followed by an @code{.else}, will be
1213omitted from the listing.
1214
1215Use the @samp{-ad} option to omit debugging directives from the
1216listing.
1217
1218Once you have specified one of these options, you can further control
1219listing output and its appearance using the directives @code{.list},
1220@code{.nolist}, @code{.psize}, @code{.eject}, @code{.title}, and
1221@code{.sbttl}.
1222The @samp{-an} option turns off all forms processing.
1223If you do not request listing output with one of the @samp{-a} options, the
1224listing-control directives have no effect.
1225
1226The letters after @samp{-a} may be combined into one option,
1227@emph{e.g.}, @samp{-aln}.
1228
c3a27914
NC
1229Note if the assembler source is coming from the standard input (eg because it
1230is being created by @code{@value{GCC}} and the @samp{-pipe} command line switch
1231is being used) then the listing will not contain any comments or preprocessor
1232directives. This is because the listing code buffers input source lines from
1233stdin only after they have been preprocessed by the assembler. This reduces
1234memory usage and makes the code more efficient.
1235
252b5132
RH
1236@node D
1237@section @code{-D}
1238
1239@kindex -D
1240This option has no effect whatsoever, but it is accepted to make it more
1241likely that scripts written for other assemblers also work with
1242@code{@value{AS}}.
1243
1244@node f
1245@section Work Faster: @code{-f}
1246
1247@kindex -f
1248@cindex trusted compiler
1249@cindex faster processing (@code{-f})
1250@samp{-f} should only be used when assembling programs written by a
1251(trusted) compiler. @samp{-f} stops the assembler from doing whitespace
1252and comment preprocessing on
1253the input file(s) before assembling them. @xref{Preprocessing,
1254,Preprocessing}.
1255
1256@quotation
1257@emph{Warning:} if you use @samp{-f} when the files actually need to be
1258preprocessed (if they contain comments, for example), @code{@value{AS}} does
1259not work correctly.
1260@end quotation
1261
1262@node I
1263@section @code{.include} search path: @code{-I} @var{path}
1264
1265@kindex -I @var{path}
1266@cindex paths for @code{.include}
1267@cindex search path for @code{.include}
1268@cindex @code{include} directive search path
1269Use this option to add a @var{path} to the list of directories
1270@code{@value{AS}} searches for files specified in @code{.include}
1271directives (@pxref{Include,,@code{.include}}). You may use @code{-I} as
1272many times as necessary to include a variety of paths. The current
1273working directory is always searched first; after that, @code{@value{AS}}
1274searches any @samp{-I} directories in the same order as they were
1275specified (left to right) on the command line.
1276
1277@node K
1278@section Difference Tables: @code{-K}
1279
1280@kindex -K
1281@ifclear DIFF-TBL-KLUGE
1282On the @value{TARGET} family, this option is allowed, but has no effect. It is
1283permitted for compatibility with the @sc{gnu} assembler on other platforms,
1284where it can be used to warn when the assembler alters the machine code
1285generated for @samp{.word} directives in difference tables. The @value{TARGET}
1286family does not have the addressing limitations that sometimes lead to this
1287alteration on other platforms.
1288@end ifclear
1289
1290@ifset DIFF-TBL-KLUGE
1291@cindex difference tables, warning
1292@cindex warning for altered difference tables
1293@code{@value{AS}} sometimes alters the code emitted for directives of the form
1294@samp{.word @var{sym1}-@var{sym2}}; @pxref{Word,,@code{.word}}.
1295You can use the @samp{-K} option if you want a warning issued when this
1296is done.
1297@end ifset
1298
1299@node L
1300@section Include Local Labels: @code{-L}
1301
1302@kindex -L
1303@cindex local labels, retaining in output
1304Labels beginning with @samp{L} (upper case only) are called @dfn{local
1305labels}. @xref{Symbol Names}. Normally you do not see such labels when
1306debugging, because they are intended for the use of programs (like
1307compilers) that compose assembler programs, not for your notice.
1308Normally both @code{@value{AS}} and @code{@value{LD}} discard such labels, so you do not
1309normally debug with them.
1310
1311This option tells @code{@value{AS}} to retain those @samp{L@dots{}} symbols
1312in the object file. Usually if you do this you also tell the linker
1313@code{@value{LD}} to preserve symbols whose names begin with @samp{L}.
1314
1315By default, a local label is any label beginning with @samp{L}, but each
1316target is allowed to redefine the local label prefix.
1317@ifset HPPA
1318On the HPPA local labels begin with @samp{L$}.
1319@end ifset
252b5132 1320
c3a27914
NC
1321@node listing
1322@section Configuringh listing output: @code{--listing}
1323
1324The listing feature of the assembler can be enabled via the command line switch
1325@samp{-a} (@pxref{a}). This feature combines the input source file(s) with a
1326hex dump of the corresponding locations in the output object file, and displays
1327them as a listing file. The format of this listing can be controlled by pseudo
1328ops inside the assembler source (@pxref{List} @pxref{Title} @pxref{Sbttl}
1329@pxref{Psize} @pxref{Eject}) and also by the following switches:
1330
1331@table @code
1332@item --listing-lhs-width=@samp{number}
1333@kindex --listing-lhs-width
1334@cindex Width of first line disassembly output
1335Sets the maximum width, in words, of the first line of the hex byte dump. This
1336dump appears on the left hand side of the listing output.
1337
1338@item --listing-lhs-width2=@samp{number}
1339@kindex --listing-lhs-width2
1340@cindex Width of continuation lines of disassembly output
1341Sets the maximum width, in words, of any further lines of the hex byte dump for
1342a given inut source line. If this value is not specified, it defaults to being
1343the same as the value specified for @samp{--listing-lhs-width}. If neither
1344switch is used the default is to one.
1345
1346@item --listing-rhs-width=@samp{number}
1347@kindex --listing-rhs-width
1348@cindex Width of source line output
1349Sets the maximum width, in characters, of the source line that is displayed
1350alongside the hex dump. The default value for this parameter is 100. The
1351source line is displayed on the right hand side of the listing output.
1352
1353@item --listing-cont-lines=@samp{number}
1354@kindex --listing-cont-lines
1355@cindex Maximum number of continuation lines
1356Sets the maximum number of continuation lines of hex dump that will be
1357displayed for a given single line of source input. The default value is 4.
1358@end table
1359
252b5132
RH
1360@node M
1361@section Assemble in MRI Compatibility Mode: @code{-M}
1362
1363@kindex -M
1364@cindex MRI compatibility mode
1365The @code{-M} or @code{--mri} option selects MRI compatibility mode. This
1366changes the syntax and pseudo-op handling of @code{@value{AS}} to make it
1367compatible with the @code{ASM68K} or the @code{ASM960} (depending upon the
1368configured target) assembler from Microtec Research. The exact nature of the
1369MRI syntax will not be documented here; see the MRI manuals for more
1370information. Note in particular that the handling of macros and macro
1371arguments is somewhat different. The purpose of this option is to permit
1372assembling existing MRI assembler code using @code{@value{AS}}.
1373
1374The MRI compatibility is not complete. Certain operations of the MRI assembler
1375depend upon its object file format, and can not be supported using other object
1376file formats. Supporting these would require enhancing each object file format
1377individually. These are:
1378
1379@itemize @bullet
1380@item global symbols in common section
1381
1382The m68k MRI assembler supports common sections which are merged by the linker.
1383Other object file formats do not support this. @code{@value{AS}} handles
1384common sections by treating them as a single common symbol. It permits local
1385symbols to be defined within a common section, but it can not support global
1386symbols, since it has no way to describe them.
1387
1388@item complex relocations
1389
1390The MRI assemblers support relocations against a negated section address, and
1391relocations which combine the start addresses of two or more sections. These
1392are not support by other object file formats.
1393
1394@item @code{END} pseudo-op specifying start address
1395
1396The MRI @code{END} pseudo-op permits the specification of a start address.
1397This is not supported by other object file formats. The start address may
1398instead be specified using the @code{-e} option to the linker, or in a linker
1399script.
1400
1401@item @code{IDNT}, @code{.ident} and @code{NAME} pseudo-ops
1402
1403The MRI @code{IDNT}, @code{.ident} and @code{NAME} pseudo-ops assign a module
1404name to the output file. This is not supported by other object file formats.
1405
1406@item @code{ORG} pseudo-op
1407
1408The m68k MRI @code{ORG} pseudo-op begins an absolute section at a given
1409address. This differs from the usual @code{@value{AS}} @code{.org} pseudo-op,
1410which changes the location within the current section. Absolute sections are
1411not supported by other object file formats. The address of a section may be
1412assigned within a linker script.
1413@end itemize
1414
1415There are some other features of the MRI assembler which are not supported by
1416@code{@value{AS}}, typically either because they are difficult or because they
1417seem of little consequence. Some of these may be supported in future releases.
1418
1419@itemize @bullet
1420
1421@item EBCDIC strings
1422
1423EBCDIC strings are not supported.
1424
1425@item packed binary coded decimal
1426
1427Packed binary coded decimal is not supported. This means that the @code{DC.P}
1428and @code{DCB.P} pseudo-ops are not supported.
1429
1430@item @code{FEQU} pseudo-op
1431
1432The m68k @code{FEQU} pseudo-op is not supported.
1433
1434@item @code{NOOBJ} pseudo-op
1435
1436The m68k @code{NOOBJ} pseudo-op is not supported.
1437
1438@item @code{OPT} branch control options
1439
1440The m68k @code{OPT} branch control options---@code{B}, @code{BRS}, @code{BRB},
1441@code{BRL}, and @code{BRW}---are ignored. @code{@value{AS}} automatically
1442relaxes all branches, whether forward or backward, to an appropriate size, so
1443these options serve no purpose.
1444
1445@item @code{OPT} list control options
1446
1447The following m68k @code{OPT} list control options are ignored: @code{C},
1448@code{CEX}, @code{CL}, @code{CRE}, @code{E}, @code{G}, @code{I}, @code{M},
1449@code{MEX}, @code{MC}, @code{MD}, @code{X}.
1450
1451@item other @code{OPT} options
1452
1453The following m68k @code{OPT} options are ignored: @code{NEST}, @code{O},
1454@code{OLD}, @code{OP}, @code{P}, @code{PCO}, @code{PCR}, @code{PCS}, @code{R}.
1455
1456@item @code{OPT} @code{D} option is default
1457
1458The m68k @code{OPT} @code{D} option is the default, unlike the MRI assembler.
1459@code{OPT NOD} may be used to turn it off.
1460
1461@item @code{XREF} pseudo-op.
1462
1463The m68k @code{XREF} pseudo-op is ignored.
1464
1465@item @code{.debug} pseudo-op
1466
1467The i960 @code{.debug} pseudo-op is not supported.
1468
1469@item @code{.extended} pseudo-op
1470
1471The i960 @code{.extended} pseudo-op is not supported.
1472
1473@item @code{.list} pseudo-op.
1474
1475The various options of the i960 @code{.list} pseudo-op are not supported.
1476
1477@item @code{.optimize} pseudo-op
1478
1479The i960 @code{.optimize} pseudo-op is not supported.
1480
1481@item @code{.output} pseudo-op
1482
1483The i960 @code{.output} pseudo-op is not supported.
1484
1485@item @code{.setreal} pseudo-op
1486
1487The i960 @code{.setreal} pseudo-op is not supported.
1488
1489@end itemize
1490
1491@node MD
1492@section Dependency tracking: @code{--MD}
1493
1494@kindex --MD
1495@cindex dependency tracking
1496@cindex make rules
1497
1498@code{@value{AS}} can generate a dependency file for the file it creates. This
1499file consists of a single rule suitable for @code{make} describing the
1500dependencies of the main source file.
1501
1502The rule is written to the file named in its argument.
1503
1504This feature is used in the automatic updating of makefiles.
1505
1506@node o
1507@section Name the Object File: @code{-o}
1508
1509@kindex -o
1510@cindex naming object file
1511@cindex object file name
1512There is always one object file output when you run @code{@value{AS}}. By
1513default it has the name
1514@ifset GENERIC
1515@ifset I960
1516@file{a.out} (or @file{b.out}, for Intel 960 targets only).
1517@end ifset
1518@ifclear I960
1519@file{a.out}.
1520@end ifclear
1521@end ifset
1522@ifclear GENERIC
1523@ifset I960
1524@file{b.out}.
1525@end ifset
1526@ifclear I960
1527@file{a.out}.
1528@end ifclear
1529@end ifclear
1530You use this option (which takes exactly one filename) to give the
1531object file a different name.
1532
1533Whatever the object file is called, @code{@value{AS}} overwrites any
1534existing file of the same name.
1535
1536@node R
1537@section Join Data and Text Sections: @code{-R}
1538
1539@kindex -R
1540@cindex data and text sections, joining
1541@cindex text and data sections, joining
1542@cindex joining text and data sections
1543@cindex merging text and data sections
1544@code{-R} tells @code{@value{AS}} to write the object file as if all
1545data-section data lives in the text section. This is only done at
1546the very last moment: your binary data are the same, but data
1547section parts are relocated differently. The data section part of
1548your object file is zero bytes long because all its bytes are
1549appended to the text section. (@xref{Sections,,Sections and Relocation}.)
1550
1551When you specify @code{-R} it would be possible to generate shorter
1552address displacements (because we do not have to cross between text and
1553data section). We refrain from doing this simply for compatibility with
1554older versions of @code{@value{AS}}. In future, @code{-R} may work this way.
1555
1556@ifset COFF
1557When @code{@value{AS}} is configured for COFF output,
1558this option is only useful if you use sections named @samp{.text} and
1559@samp{.data}.
1560@end ifset
1561
1562@ifset HPPA
1563@code{-R} is not supported for any of the HPPA targets. Using
1564@code{-R} generates a warning from @code{@value{AS}}.
1565@end ifset
1566
1567@node statistics
1568@section Display Assembly Statistics: @code{--statistics}
1569
1570@kindex --statistics
1571@cindex statistics, about assembly
1572@cindex time, total for assembly
1573@cindex space used, maximum for assembly
1574Use @samp{--statistics} to display two statistics about the resources used by
1575@code{@value{AS}}: the maximum amount of space allocated during the assembly
1576(in bytes), and the total execution time taken for the assembly (in @sc{cpu}
1577seconds).
1578
1579@node traditional-format
1580@section Compatible output: @code{--traditional-format}
1581
1582@kindex --traditional-format
1583For some targets, the output of @code{@value{AS}} is different in some ways
1584from the output of some existing assembler. This switch requests
1585@code{@value{AS}} to use the traditional format instead.
1586
1587For example, it disables the exception frame optimizations which
1588@code{@value{AS}} normally does by default on @code{@value{GCC}} output.
1589
1590@node v
1591@section Announce Version: @code{-v}
1592
1593@kindex -v
1594@kindex -version
1595@cindex assembler version
1596@cindex version of assembler
1597You can find out what version of as is running by including the
1598option @samp{-v} (which you can also spell as @samp{-version}) on the
1599command line.
1600
1601@node W
2bdd6cf5 1602@section Control Warnings: @code{-W}, @code{--warn}, @code{--no-warn}, @code{--fatal-warnings}
252b5132 1603
252b5132
RH
1604@code{@value{AS}} should never give a warning or error message when
1605assembling compiler output. But programs written by people often
1606cause @code{@value{AS}} to give a warning that a particular assumption was
1607made. All such warnings are directed to the standard error file.
2bdd6cf5
GK
1608
1609@kindex @samp{-W}
1610@kindex @samp{--no-warn}
1611@cindex suppressing warnings
1612@cindex warnings, suppressing
1613If you use the @code{-W} and @code{--no-warn} options, no warnings are issued.
1614This only affects the warning messages: it does not change any particular of
1615how @code{@value{AS}} assembles your file. Errors, which stop the assembly,
1616are still reported.
1617
1618@kindex @samp{--fatal-warnings}
1619@cindex errors, caused by warnings
1620@cindex warnings, causing error
1621If you use the @code{--fatal-warnings} option, @code{@value{AS}} considers
1622files that generate warnings to be in error.
1623
1624@kindex @samp{--warn}
1625@cindex warnings, switching on
1626You can switch these options off again by specifying @code{--warn}, which
1627causes warnings to be output as usual.
252b5132
RH
1628
1629@node Z
1630@section Generate Object File in Spite of Errors: @code{-Z}
1631@cindex object file, after errors
1632@cindex errors, continuing after
1633After an error message, @code{@value{AS}} normally produces no output. If for
1634some reason you are interested in object file output even after
1635@code{@value{AS}} gives an error message on your program, use the @samp{-Z}
1636option. If there are any errors, @code{@value{AS}} continues anyways, and
1637writes an object file after a final warning message of the form @samp{@var{n}
1638errors, @var{m} warnings, generating bad object file.}
1639
1640@node Syntax
1641@chapter Syntax
1642
1643@cindex machine-independent syntax
1644@cindex syntax, machine-independent
1645This chapter describes the machine-independent syntax allowed in a
1646source file. @code{@value{AS}} syntax is similar to what many other
1647assemblers use; it is inspired by the BSD 4.2
1648@ifclear VAX
1649assembler.
1650@end ifclear
1651@ifset VAX
1652assembler, except that @code{@value{AS}} does not assemble Vax bit-fields.
1653@end ifset
1654
1655@menu
1656* Preprocessing:: Preprocessing
1657* Whitespace:: Whitespace
1658* Comments:: Comments
1659* Symbol Intro:: Symbols
1660* Statements:: Statements
1661* Constants:: Constants
1662@end menu
1663
1664@node Preprocessing
1665@section Preprocessing
1666
1667@cindex preprocessing
1668The @code{@value{AS}} internal preprocessor:
1669@itemize @bullet
1670@cindex whitespace, removed by preprocessor
1671@item
1672adjusts and removes extra whitespace. It leaves one space or tab before
1673the keywords on a line, and turns any other whitespace on the line into
1674a single space.
1675
1676@cindex comments, removed by preprocessor
1677@item
1678removes all comments, replacing them with a single space, or an
1679appropriate number of newlines.
1680
1681@cindex constants, converted by preprocessor
1682@item
1683converts character constants into the appropriate numeric values.
1684@end itemize
1685
1686It does not do macro processing, include file handling, or
1687anything else you may get from your C compiler's preprocessor. You can
1688do include file processing with the @code{.include} directive
1689(@pxref{Include,,@code{.include}}). You can use the @sc{gnu} C compiler driver
1690to get other ``CPP'' style preprocessing, by giving the input file a
1691@samp{.S} suffix. @xref{Overall Options,, Options Controlling the Kind of
1692Output, gcc.info, Using GNU CC}.
1693
1694Excess whitespace, comments, and character constants
1695cannot be used in the portions of the input text that are not
1696preprocessed.
1697
1698@cindex turning preprocessing on and off
1699@cindex preprocessing, turning on and off
1700@kindex #NO_APP
1701@kindex #APP
1702If the first line of an input file is @code{#NO_APP} or if you use the
1703@samp{-f} option, whitespace and comments are not removed from the input file.
1704Within an input file, you can ask for whitespace and comment removal in
1705specific portions of the by putting a line that says @code{#APP} before the
1706text that may contain whitespace or comments, and putting a line that says
1707@code{#NO_APP} after this text. This feature is mainly intend to support
1708@code{asm} statements in compilers whose output is otherwise free of comments
1709and whitespace.
1710
1711@node Whitespace
1712@section Whitespace
1713
1714@cindex whitespace
1715@dfn{Whitespace} is one or more blanks or tabs, in any order.
1716Whitespace is used to separate symbols, and to make programs neater for
1717people to read. Unless within character constants
1718(@pxref{Characters,,Character Constants}), any whitespace means the same
1719as exactly one space.
1720
1721@node Comments
1722@section Comments
1723
1724@cindex comments
1725There are two ways of rendering comments to @code{@value{AS}}. In both
1726cases the comment is equivalent to one space.
1727
1728Anything from @samp{/*} through the next @samp{*/} is a comment.
1729This means you may not nest these comments.
1730
1731@smallexample
1732/*
1733 The only way to include a newline ('\n') in a comment
1734 is to use this sort of comment.
1735*/
1736
1737/* This sort of comment does not nest. */
1738@end smallexample
1739
1740@cindex line comment character
1741Anything from the @dfn{line comment} character to the next newline
1742is considered a comment and is ignored. The line comment character is
1743@ifset A29K
1744@samp{;} for the AMD 29K family;
1745@end ifset
1746@ifset ARC
1747@samp{;} on the ARC;
1748@end ifset
550262c4
NC
1749@ifset ARM
1750@samp{@@} on the ARM;
1751@end ifset
252b5132
RH
1752@ifset H8/300
1753@samp{;} for the H8/300 family;
1754@end ifset
1755@ifset H8/500
1756@samp{!} for the H8/500 family;
1757@end ifset
1758@ifset HPPA
1759@samp{;} for the HPPA;
1760@end ifset
55b62671
AJ
1761@ifset I80386
1762@samp{#} on the i386 and x86-64;
1763@end ifset
252b5132
RH
1764@ifset I960
1765@samp{#} on the i960;
1766@end ifset
e135f41b
NC
1767@ifset PDP11
1768@samp{;} for the PDP-11;
1769@end ifset
041dd5a9
ILT
1770@ifset PJ
1771@samp{;} for picoJava;
1772@end ifset
252b5132
RH
1773@ifset SH
1774@samp{!} for the Hitachi SH;
1775@end ifset
1776@ifset SPARC
1777@samp{!} on the SPARC;
1778@end ifset
1779@ifset M32R
1780@samp{#} on the m32r;
1781@end ifset
1782@ifset M680X0
1783@samp{|} on the 680x0;
1784@end ifset
60bcf0fa
NC
1785@ifset M68HC11
1786@samp{#} on the 68HC11 and 68HC12;
1787@end ifset
252b5132
RH
1788@ifset VAX
1789@samp{#} on the Vax;
1790@end ifset
1791@ifset Z8000
1792@samp{!} for the Z8000;
1793@end ifset
1794@ifset V850
1795@samp{#} on the V850;
1796@end ifset
1797see @ref{Machine Dependencies}. @refill
55b62671 1798@c FIXME What about m88k, i860?
252b5132
RH
1799
1800@ifset GENERIC
1801On some machines there are two different line comment characters. One
1802character only begins a comment if it is the first non-whitespace character on
1803a line, while the other always begins a comment.
1804@end ifset
1805
1806@ifset V850
1807The V850 assembler also supports a double dash as starting a comment that
1808extends to the end of the line.
1809
1810@samp{--};
1811@end ifset
1812
1813@kindex #
1814@cindex lines starting with @code{#}
1815@cindex logical line numbers
1816To be compatible with past assemblers, lines that begin with @samp{#} have a
1817special interpretation. Following the @samp{#} should be an absolute
1818expression (@pxref{Expressions}): the logical line number of the @emph{next}
1819line. Then a string (@pxref{Strings,, Strings}) is allowed: if present it is a
1820new logical file name. The rest of the line, if any, should be whitespace.
1821
1822If the first non-whitespace characters on the line are not numeric,
1823the line is ignored. (Just like a comment.)
1824
1825@smallexample
1826 # This is an ordinary comment.
1827# 42-6 "new_file_name" # New logical file name
1828 # This is logical line # 36.
1829@end smallexample
1830This feature is deprecated, and may disappear from future versions
1831of @code{@value{AS}}.
1832
1833@node Symbol Intro
1834@section Symbols
1835
1836@cindex characters used in symbols
1837@ifclear SPECIAL-SYMS
1838A @dfn{symbol} is one or more characters chosen from the set of all
1839letters (both upper and lower case), digits and the three characters
1840@samp{_.$}.
1841@end ifclear
1842@ifset SPECIAL-SYMS
1843@ifclear GENERIC
1844@ifset H8
1845A @dfn{symbol} is one or more characters chosen from the set of all
1846letters (both upper and lower case), digits and the three characters
1847@samp{._$}. (Save that, on the H8/300 only, you may not use @samp{$} in
1848symbol names.)
1849@end ifset
1850@end ifclear
1851@end ifset
1852@ifset GENERIC
1853On most machines, you can also use @code{$} in symbol names; exceptions
1854are noted in @ref{Machine Dependencies}.
1855@end ifset
1856No symbol may begin with a digit. Case is significant.
1857There is no length limit: all characters are significant. Symbols are
1858delimited by characters not in that set, or by the beginning of a file
1859(since the source program must end with a newline, the end of a file is
1860not a possible symbol delimiter). @xref{Symbols}.
1861@cindex length of symbols
1862
1863@node Statements
1864@section Statements
1865
1866@cindex statements, structure of
1867@cindex line separator character
1868@cindex statement separator character
1869@ifclear GENERIC
1870@ifclear abnormal-separator
1871A @dfn{statement} ends at a newline character (@samp{\n}) or at a
1872semicolon (@samp{;}). The newline or semicolon is considered part of
1873the preceding statement. Newlines and semicolons within character
1874constants are an exception: they do not end statements.
1875@end ifclear
1876@ifset abnormal-separator
1877@ifset A29K
1878A @dfn{statement} ends at a newline character (@samp{\n}) or an ``at''
1879sign (@samp{@@}). The newline or at sign is considered part of the
1880preceding statement. Newlines and at signs within character constants
1881are an exception: they do not end statements.
1882@end ifset
1883@ifset HPPA
1884A @dfn{statement} ends at a newline character (@samp{\n}) or an exclamation
1885point (@samp{!}). The newline or exclamation point is considered part of the
1886preceding statement. Newlines and exclamation points within character
1887constants are an exception: they do not end statements.
1888@end ifset
1889@ifset H8
1890A @dfn{statement} ends at a newline character (@samp{\n}); or (for the
1891H8/300) a dollar sign (@samp{$}); or (for the
1892Hitachi-SH or the
1893H8/500) a semicolon
1894(@samp{;}). The newline or separator character is considered part of
1895the preceding statement. Newlines and separators within character
1896constants are an exception: they do not end statements.
1897@end ifset
1898@end ifset
1899@end ifclear
1900@ifset GENERIC
1901A @dfn{statement} ends at a newline character (@samp{\n}) or line
1902separator character. (The line separator is usually @samp{;}, unless
1903this conflicts with the comment character; @pxref{Machine Dependencies}.) The
1904newline or separator character is considered part of the preceding
1905statement. Newlines and separators within character constants are an
1906exception: they do not end statements.
1907@end ifset
1908
1909@cindex newline, required at file end
1910@cindex EOF, newline must precede
1911It is an error to end any statement with end-of-file: the last
1912character of any input file should be a newline.@refill
1913
1914An empty statement is allowed, and may include whitespace. It is ignored.
1915
1916@cindex instructions and directives
1917@cindex directives and instructions
1918@c "key symbol" is not used elsewhere in the document; seems pedantic to
1919@c @defn{} it in that case, as was done previously... doc@cygnus.com,
1920@c 13feb91.
1921A statement begins with zero or more labels, optionally followed by a
1922key symbol which determines what kind of statement it is. The key
1923symbol determines the syntax of the rest of the statement. If the
1924symbol begins with a dot @samp{.} then the statement is an assembler
1925directive: typically valid for any computer. If the symbol begins with
1926a letter the statement is an assembly language @dfn{instruction}: it
1927assembles into a machine language instruction.
1928@ifset GENERIC
1929Different versions of @code{@value{AS}} for different computers
1930recognize different instructions. In fact, the same symbol may
1931represent a different instruction in a different computer's assembly
1932language.@refill
1933@end ifset
1934
1935@cindex @code{:} (label)
1936@cindex label (@code{:})
1937A label is a symbol immediately followed by a colon (@code{:}).
1938Whitespace before a label or after a colon is permitted, but you may not
1939have whitespace between a label's symbol and its colon. @xref{Labels}.
1940
1941@ifset HPPA
1942For HPPA targets, labels need not be immediately followed by a colon, but
1943the definition of a label must begin in column zero. This also implies that
1944only one label may be defined on each line.
1945@end ifset
1946
1947@smallexample
1948label: .directive followed by something
1949another_label: # This is an empty statement.
1950 instruction operand_1, operand_2, @dots{}
1951@end smallexample
1952
1953@node Constants
1954@section Constants
1955
1956@cindex constants
1957A constant is a number, written so that its value is known by
1958inspection, without knowing any context. Like this:
1959@smallexample
1960@group
1961.byte 74, 0112, 092, 0x4A, 0X4a, 'J, '\J # All the same value.
1962.ascii "Ring the bell\7" # A string constant.
1963.octa 0x123456789abcdef0123456789ABCDEF0 # A bignum.
1964.float 0f-314159265358979323846264338327\
196595028841971.693993751E-40 # - pi, a flonum.
1966@end group
1967@end smallexample
1968
1969@menu
1970* Characters:: Character Constants
1971* Numbers:: Number Constants
1972@end menu
1973
1974@node Characters
1975@subsection Character Constants
1976
1977@cindex character constants
1978@cindex constants, character
1979There are two kinds of character constants. A @dfn{character} stands
1980for one character in one byte and its value may be used in
1981numeric expressions. String constants (properly called string
1982@emph{literals}) are potentially many bytes and their values may not be
1983used in arithmetic expressions.
1984
1985@menu
1986* Strings:: Strings
1987* Chars:: Characters
1988@end menu
1989
1990@node Strings
1991@subsubsection Strings
1992
1993@cindex string constants
1994@cindex constants, string
1995A @dfn{string} is written between double-quotes. It may contain
1996double-quotes or null characters. The way to get special characters
1997into a string is to @dfn{escape} these characters: precede them with
1998a backslash @samp{\} character. For example @samp{\\} represents
1999one backslash: the first @code{\} is an escape which tells
2000@code{@value{AS}} to interpret the second character literally as a backslash
2001(which prevents @code{@value{AS}} from recognizing the second @code{\} as an
2002escape character). The complete list of escapes follows.
2003
2004@cindex escape codes, character
2005@cindex character escape codes
2006@table @kbd
2007@c @item \a
2008@c Mnemonic for ACKnowledge; for ASCII this is octal code 007.
2009@c
2010@cindex @code{\b} (backspace character)
2011@cindex backspace (@code{\b})
2012@item \b
2013Mnemonic for backspace; for ASCII this is octal code 010.
2014
2015@c @item \e
2016@c Mnemonic for EOText; for ASCII this is octal code 004.
2017@c
2018@cindex @code{\f} (formfeed character)
2019@cindex formfeed (@code{\f})
2020@item \f
2021Mnemonic for FormFeed; for ASCII this is octal code 014.
2022
2023@cindex @code{\n} (newline character)
2024@cindex newline (@code{\n})
2025@item \n
2026Mnemonic for newline; for ASCII this is octal code 012.
2027
2028@c @item \p
2029@c Mnemonic for prefix; for ASCII this is octal code 033, usually known as @code{escape}.
2030@c
2031@cindex @code{\r} (carriage return character)
2032@cindex carriage return (@code{\r})
2033@item \r
2034Mnemonic for carriage-Return; for ASCII this is octal code 015.
2035
2036@c @item \s
2037@c Mnemonic for space; for ASCII this is octal code 040. Included for compliance with
2038@c other assemblers.
2039@c
2040@cindex @code{\t} (tab)
2041@cindex tab (@code{\t})
2042@item \t
2043Mnemonic for horizontal Tab; for ASCII this is octal code 011.
2044
2045@c @item \v
2046@c Mnemonic for Vertical tab; for ASCII this is octal code 013.
2047@c @item \x @var{digit} @var{digit} @var{digit}
2048@c A hexadecimal character code. The numeric code is 3 hexadecimal digits.
2049@c
2050@cindex @code{\@var{ddd}} (octal character code)
2051@cindex octal character code (@code{\@var{ddd}})
2052@item \ @var{digit} @var{digit} @var{digit}
2053An octal character code. The numeric code is 3 octal digits.
2054For compatibility with other Unix systems, 8 and 9 are accepted as digits:
2055for example, @code{\008} has the value 010, and @code{\009} the value 011.
2056
2057@cindex @code{\@var{xd...}} (hex character code)
2058@cindex hex character code (@code{\@var{xd...}})
2059@item \@code{x} @var{hex-digits...}
2060A hex character code. All trailing hex digits are combined. Either upper or
2061lower case @code{x} works.
2062
2063@cindex @code{\\} (@samp{\} character)
2064@cindex backslash (@code{\\})
2065@item \\
2066Represents one @samp{\} character.
2067
2068@c @item \'
2069@c Represents one @samp{'} (accent acute) character.
2070@c This is needed in single character literals
2071@c (@xref{Characters,,Character Constants}.) to represent
2072@c a @samp{'}.
2073@c
2074@cindex @code{\"} (doublequote character)
2075@cindex doublequote (@code{\"})
2076@item \"
2077Represents one @samp{"} character. Needed in strings to represent
2078this character, because an unescaped @samp{"} would end the string.
2079
2080@item \ @var{anything-else}
2081Any other character when escaped by @kbd{\} gives a warning, but
2082assembles as if the @samp{\} was not present. The idea is that if
2083you used an escape sequence you clearly didn't want the literal
2084interpretation of the following character. However @code{@value{AS}} has no
2085other interpretation, so @code{@value{AS}} knows it is giving you the wrong
2086code and warns you of the fact.
2087@end table
2088
2089Which characters are escapable, and what those escapes represent,
2090varies widely among assemblers. The current set is what we think
2091the BSD 4.2 assembler recognizes, and is a subset of what most C
2092compilers recognize. If you are in doubt, do not use an escape
2093sequence.
2094
2095@node Chars
2096@subsubsection Characters
2097
2098@cindex single character constant
2099@cindex character, single
2100@cindex constant, single character
2101A single character may be written as a single quote immediately
2102followed by that character. The same escapes apply to characters as
2103to strings. So if you want to write the character backslash, you
2104must write @kbd{'\\} where the first @code{\} escapes the second
2105@code{\}. As you can see, the quote is an acute accent, not a
2106grave accent. A newline
2107@ifclear GENERIC
2108@ifclear abnormal-separator
2109(or semicolon @samp{;})
2110@end ifclear
2111@ifset abnormal-separator
2112@ifset A29K
2113(or at sign @samp{@@})
2114@end ifset
2115@ifset H8
2116(or dollar sign @samp{$}, for the H8/300; or semicolon @samp{;} for the
2117Hitachi SH or
2118H8/500)
2119@end ifset
2120@end ifset
2121@end ifclear
2122immediately following an acute accent is taken as a literal character
2123and does not count as the end of a statement. The value of a character
2124constant in a numeric expression is the machine's byte-wide code for
2125that character. @code{@value{AS}} assumes your character code is ASCII:
2126@kbd{'A} means 65, @kbd{'B} means 66, and so on. @refill
2127
2128@node Numbers
2129@subsection Number Constants
2130
2131@cindex constants, number
2132@cindex number constants
2133@code{@value{AS}} distinguishes three kinds of numbers according to how they
2134are stored in the target machine. @emph{Integers} are numbers that
2135would fit into an @code{int} in the C language. @emph{Bignums} are
2136integers, but they are stored in more than 32 bits. @emph{Flonums}
2137are floating point numbers, described below.
2138
2139@menu
2140* Integers:: Integers
2141* Bignums:: Bignums
2142* Flonums:: Flonums
2143@ifclear GENERIC
2144@ifset I960
2145* Bit Fields:: Bit Fields
2146@end ifset
2147@end ifclear
2148@end menu
2149
2150@node Integers
2151@subsubsection Integers
2152@cindex integers
2153@cindex constants, integer
2154
2155@cindex binary integers
2156@cindex integers, binary
2157A binary integer is @samp{0b} or @samp{0B} followed by zero or more of
2158the binary digits @samp{01}.
2159
2160@cindex octal integers
2161@cindex integers, octal
2162An octal integer is @samp{0} followed by zero or more of the octal
2163digits (@samp{01234567}).
2164
2165@cindex decimal integers
2166@cindex integers, decimal
2167A decimal integer starts with a non-zero digit followed by zero or
2168more digits (@samp{0123456789}).
2169
2170@cindex hexadecimal integers
2171@cindex integers, hexadecimal
2172A hexadecimal integer is @samp{0x} or @samp{0X} followed by one or
2173more hexadecimal digits chosen from @samp{0123456789abcdefABCDEF}.
2174
2175Integers have the usual values. To denote a negative integer, use
2176the prefix operator @samp{-} discussed under expressions
2177(@pxref{Prefix Ops,,Prefix Operators}).
2178
2179@node Bignums
2180@subsubsection Bignums
2181
2182@cindex bignums
2183@cindex constants, bignum
2184A @dfn{bignum} has the same syntax and semantics as an integer
2185except that the number (or its negative) takes more than 32 bits to
2186represent in binary. The distinction is made because in some places
2187integers are permitted while bignums are not.
2188
2189@node Flonums
2190@subsubsection Flonums
2191@cindex flonums
2192@cindex floating point numbers
2193@cindex constants, floating point
2194
2195@cindex precision, floating point
2196A @dfn{flonum} represents a floating point number. The translation is
2197indirect: a decimal floating point number from the text is converted by
2198@code{@value{AS}} to a generic binary floating point number of more than
2199sufficient precision. This generic floating point number is converted
2200to a particular computer's floating point format (or formats) by a
2201portion of @code{@value{AS}} specialized to that computer.
2202
2203A flonum is written by writing (in order)
2204@itemize @bullet
2205@item
2206The digit @samp{0}.
2207@ifset HPPA
2208(@samp{0} is optional on the HPPA.)
2209@end ifset
2210
2211@item
2212A letter, to tell @code{@value{AS}} the rest of the number is a flonum.
2213@ifset GENERIC
2214@kbd{e} is recommended. Case is not important.
2215@ignore
2216@c FIXME: verify if flonum syntax really this vague for most cases
2217(Any otherwise illegal letter works here, but that might be changed. Vax BSD
22184.2 assembler seems to allow any of @samp{defghDEFGH}.)
2219@end ignore
2220
2221On the H8/300, H8/500,
2222Hitachi SH,
2223and AMD 29K architectures, the letter must be
2224one of the letters @samp{DFPRSX} (in upper or lower case).
2225
2226On the ARC, the letter must be one of the letters @samp{DFRS}
2227(in upper or lower case).
2228
2229On the Intel 960 architecture, the letter must be
2230one of the letters @samp{DFT} (in upper or lower case).
2231
2232On the HPPA architecture, the letter must be @samp{E} (upper case only).
2233@end ifset
2234@ifclear GENERIC
2235@ifset A29K
2236One of the letters @samp{DFPRSX} (in upper or lower case).
2237@end ifset
2238@ifset ARC
2239One of the letters @samp{DFRS} (in upper or lower case).
2240@end ifset
2241@ifset H8
2242One of the letters @samp{DFPRSX} (in upper or lower case).
2243@end ifset
2244@ifset HPPA
2245The letter @samp{E} (upper case only).
2246@end ifset
2247@ifset I960
2248One of the letters @samp{DFT} (in upper or lower case).
2249@end ifset
2250@end ifclear
2251
2252@item
2253An optional sign: either @samp{+} or @samp{-}.
2254
2255@item
2256An optional @dfn{integer part}: zero or more decimal digits.
2257
2258@item
2259An optional @dfn{fractional part}: @samp{.} followed by zero
2260or more decimal digits.
2261
2262@item
2263An optional exponent, consisting of:
2264
2265@itemize @bullet
2266@item
2267An @samp{E} or @samp{e}.
2268@c I can't find a config where "EXP_CHARS" is other than 'eE', but in
2269@c principle this can perfectly well be different on different targets.
2270@item
2271Optional sign: either @samp{+} or @samp{-}.
2272@item
2273One or more decimal digits.
2274@end itemize
2275
2276@end itemize
2277
2278At least one of the integer part or the fractional part must be
2279present. The floating point number has the usual base-10 value.
2280
2281@code{@value{AS}} does all processing using integers. Flonums are computed
2282independently of any floating point hardware in the computer running
2283@code{@value{AS}}.
2284
2285@ifclear GENERIC
2286@ifset I960
2287@c Bit fields are written as a general facility but are also controlled
2288@c by a conditional-compilation flag---which is as of now (21mar91)
2289@c turned on only by the i960 config of GAS.
2290@node Bit Fields
2291@subsubsection Bit Fields
2292
2293@cindex bit fields
2294@cindex constants, bit field
2295You can also define numeric constants as @dfn{bit fields}.
2296specify two numbers separated by a colon---
2297@example
2298@var{mask}:@var{value}
2299@end example
2300@noindent
2301@code{@value{AS}} applies a bitwise @sc{and} between @var{mask} and
2302@var{value}.
2303
2304The resulting number is then packed
2305@ifset GENERIC
2306@c this conditional paren in case bit fields turned on elsewhere than 960
2307(in host-dependent byte order)
2308@end ifset
2309into a field whose width depends on which assembler directive has the
2310bit-field as its argument. Overflow (a result from the bitwise and
2311requiring more binary digits to represent) is not an error; instead,
2312more constants are generated, of the specified width, beginning with the
2313least significant digits.@refill
2314
2315The directives @code{.byte}, @code{.hword}, @code{.int}, @code{.long},
2316@code{.short}, and @code{.word} accept bit-field arguments.
2317@end ifset
2318@end ifclear
2319
2320@node Sections
2321@chapter Sections and Relocation
2322@cindex sections
2323@cindex relocation
2324
2325@menu
2326* Secs Background:: Background
2327* Ld Sections:: Linker Sections
2328* As Sections:: Assembler Internal Sections
2329* Sub-Sections:: Sub-Sections
2330* bss:: bss Section
2331@end menu
2332
2333@node Secs Background
2334@section Background
2335
2336Roughly, a section is a range of addresses, with no gaps; all data
2337``in'' those addresses is treated the same for some particular purpose.
2338For example there may be a ``read only'' section.
2339
2340@cindex linker, and assembler
2341@cindex assembler, and linker
2342The linker @code{@value{LD}} reads many object files (partial programs) and
2343combines their contents to form a runnable program. When @code{@value{AS}}
2344emits an object file, the partial program is assumed to start at address 0.
2345@code{@value{LD}} assigns the final addresses for the partial program, so that
2346different partial programs do not overlap. This is actually an
2347oversimplification, but it suffices to explain how @code{@value{AS}} uses
2348sections.
2349
2350@code{@value{LD}} moves blocks of bytes of your program to their run-time
2351addresses. These blocks slide to their run-time addresses as rigid
2352units; their length does not change and neither does the order of bytes
2353within them. Such a rigid unit is called a @emph{section}. Assigning
2354run-time addresses to sections is called @dfn{relocation}. It includes
2355the task of adjusting mentions of object-file addresses so they refer to
2356the proper run-time addresses.
2357@ifset H8
2358For the H8/300 and H8/500,
2359and for the Hitachi SH,
2360@code{@value{AS}} pads sections if needed to
2361ensure they end on a word (sixteen bit) boundary.
2362@end ifset
2363
2364@cindex standard assembler sections
2365An object file written by @code{@value{AS}} has at least three sections, any
2366of which may be empty. These are named @dfn{text}, @dfn{data} and
2367@dfn{bss} sections.
2368
2369@ifset COFF
2370@ifset GENERIC
2371When it generates COFF output,
2372@end ifset
2373@code{@value{AS}} can also generate whatever other named sections you specify
2374using the @samp{.section} directive (@pxref{Section,,@code{.section}}).
2375If you do not use any directives that place output in the @samp{.text}
2376or @samp{.data} sections, these sections still exist, but are empty.
2377@end ifset
2378
2379@ifset HPPA
2380@ifset GENERIC
2381When @code{@value{AS}} generates SOM or ELF output for the HPPA,
2382@end ifset
2383@code{@value{AS}} can also generate whatever other named sections you
2384specify using the @samp{.space} and @samp{.subspace} directives. See
2385@cite{HP9000 Series 800 Assembly Language Reference Manual}
2386(HP 92432-90001) for details on the @samp{.space} and @samp{.subspace}
2387assembler directives.
2388
2389@ifset SOM
2390Additionally, @code{@value{AS}} uses different names for the standard
2391text, data, and bss sections when generating SOM output. Program text
2392is placed into the @samp{$CODE$} section, data into @samp{$DATA$}, and
2393BSS into @samp{$BSS$}.
2394@end ifset
2395@end ifset
2396
2397Within the object file, the text section starts at address @code{0}, the
2398data section follows, and the bss section follows the data section.
2399
2400@ifset HPPA
2401When generating either SOM or ELF output files on the HPPA, the text
2402section starts at address @code{0}, the data section at address
2403@code{0x4000000}, and the bss section follows the data section.
2404@end ifset
2405
2406To let @code{@value{LD}} know which data changes when the sections are
2407relocated, and how to change that data, @code{@value{AS}} also writes to the
2408object file details of the relocation needed. To perform relocation
2409@code{@value{LD}} must know, each time an address in the object
2410file is mentioned:
2411@itemize @bullet
2412@item
2413Where in the object file is the beginning of this reference to
2414an address?
2415@item
2416How long (in bytes) is this reference?
2417@item
2418Which section does the address refer to? What is the numeric value of
2419@display
2420(@var{address}) @minus{} (@var{start-address of section})?
2421@end display
2422@item
2423Is the reference to an address ``Program-Counter relative''?
2424@end itemize
2425
2426@cindex addresses, format of
2427@cindex section-relative addressing
2428In fact, every address @code{@value{AS}} ever uses is expressed as
2429@display
2430(@var{section}) + (@var{offset into section})
2431@end display
2432@noindent
2433Further, most expressions @code{@value{AS}} computes have this section-relative
2434nature.
2435@ifset SOM
2436(For some object formats, such as SOM for the HPPA, some expressions are
2437symbol-relative instead.)
2438@end ifset
2439
2440In this manual we use the notation @{@var{secname} @var{N}@} to mean ``offset
2441@var{N} into section @var{secname}.''
2442
2443Apart from text, data and bss sections you need to know about the
2444@dfn{absolute} section. When @code{@value{LD}} mixes partial programs,
2445addresses in the absolute section remain unchanged. For example, address
2446@code{@{absolute 0@}} is ``relocated'' to run-time address 0 by
2447@code{@value{LD}}. Although the linker never arranges two partial programs'
2448data sections with overlapping addresses after linking, @emph{by definition}
2449their absolute sections must overlap. Address @code{@{absolute@ 239@}} in one
2450part of a program is always the same address when the program is running as
2451address @code{@{absolute@ 239@}} in any other part of the program.
2452
2453The idea of sections is extended to the @dfn{undefined} section. Any
2454address whose section is unknown at assembly time is by definition
2455rendered @{undefined @var{U}@}---where @var{U} is filled in later.
2456Since numbers are always defined, the only way to generate an undefined
2457address is to mention an undefined symbol. A reference to a named
2458common block would be such a symbol: its value is unknown at assembly
2459time so it has section @emph{undefined}.
2460
2461By analogy the word @emph{section} is used to describe groups of sections in
2462the linked program. @code{@value{LD}} puts all partial programs' text
2463sections in contiguous addresses in the linked program. It is
2464customary to refer to the @emph{text section} of a program, meaning all
2465the addresses of all partial programs' text sections. Likewise for
2466data and bss sections.
2467
2468Some sections are manipulated by @code{@value{LD}}; others are invented for
2469use of @code{@value{AS}} and have no meaning except during assembly.
2470
2471@node Ld Sections
2472@section Linker Sections
2473@code{@value{LD}} deals with just four kinds of sections, summarized below.
2474
2475@table @strong
2476
2477@ifset COFF
2478@cindex named sections
2479@cindex sections, named
2480@item named sections
2481@end ifset
2482@ifset aout-bout
2483@cindex text section
2484@cindex data section
2485@itemx text section
2486@itemx data section
2487@end ifset
2488These sections hold your program. @code{@value{AS}} and @code{@value{LD}} treat them as
2489separate but equal sections. Anything you can say of one section is
2490true another.
2491@ifset aout-bout
2492When the program is running, however, it is
2493customary for the text section to be unalterable. The
2494text section is often shared among processes: it contains
2495instructions, constants and the like. The data section of a running
2496program is usually alterable: for example, C variables would be stored
2497in the data section.
2498@end ifset
2499
2500@cindex bss section
2501@item bss section
2502This section contains zeroed bytes when your program begins running. It
a349d9dd 2503is used to hold uninitialized variables or common storage. The length of
252b5132
RH
2504each partial program's bss section is important, but because it starts
2505out containing zeroed bytes there is no need to store explicit zero
2506bytes in the object file. The bss section was invented to eliminate
2507those explicit zeros from object files.
2508
2509@cindex absolute section
2510@item absolute section
2511Address 0 of this section is always ``relocated'' to runtime address 0.
2512This is useful if you want to refer to an address that @code{@value{LD}} must
2513not change when relocating. In this sense we speak of absolute
2514addresses being ``unrelocatable'': they do not change during relocation.
2515
2516@cindex undefined section
2517@item undefined section
2518This ``section'' is a catch-all for address references to objects not in
2519the preceding sections.
2520@c FIXME: ref to some other doc on obj-file formats could go here.
2521@end table
2522
2523@cindex relocation example
2524An idealized example of three relocatable sections follows.
2525@ifset COFF
2526The example uses the traditional section names @samp{.text} and @samp{.data}.
2527@end ifset
2528Memory addresses are on the horizontal axis.
2529
2530@c TEXI2ROFF-KILL
2531@ifinfo
2532@c END TEXI2ROFF-KILL
2533@smallexample
2534 +-----+----+--+
2535partial program # 1: |ttttt|dddd|00|
2536 +-----+----+--+
2537
2538 text data bss
2539 seg. seg. seg.
2540
2541 +---+---+---+
2542partial program # 2: |TTT|DDD|000|
2543 +---+---+---+
2544
2545 +--+---+-----+--+----+---+-----+~~
2546linked program: | |TTT|ttttt| |dddd|DDD|00000|
2547 +--+---+-----+--+----+---+-----+~~
2548
2549 addresses: 0 @dots{}
2550@end smallexample
2551@c TEXI2ROFF-KILL
2552@end ifinfo
2553@need 5000
2554@tex
2555
2556\line{\it Partial program \#1: \hfil}
2557\line{\ibox{2.5cm}{\tt text}\ibox{2cm}{\tt data}\ibox{1cm}{\tt bss}\hfil}
2558\line{\boxit{2.5cm}{\tt ttttt}\boxit{2cm}{\tt dddd}\boxit{1cm}{\tt 00}\hfil}
2559
2560\line{\it Partial program \#2: \hfil}
2561\line{\ibox{1cm}{\tt text}\ibox{1.5cm}{\tt data}\ibox{1cm}{\tt bss}\hfil}
2562\line{\boxit{1cm}{\tt TTT}\boxit{1.5cm}{\tt DDDD}\boxit{1cm}{\tt 000}\hfil}
2563
2564\line{\it linked program: \hfil}
2565\line{\ibox{.5cm}{}\ibox{1cm}{\tt text}\ibox{2.5cm}{}\ibox{.75cm}{}\ibox{2cm}{\tt data}\ibox{1.5cm}{}\ibox{2cm}{\tt bss}\hfil}
2566\line{\boxit{.5cm}{}\boxit{1cm}{\tt TTT}\boxit{2.5cm}{\tt
2567ttttt}\boxit{.75cm}{}\boxit{2cm}{\tt dddd}\boxit{1.5cm}{\tt
2568DDDD}\boxit{2cm}{\tt 00000}\ \dots\hfil}
2569
2570\line{\it addresses: \hfil}
2571\line{0\dots\hfil}
2572
2573@end tex
2574@c END TEXI2ROFF-KILL
2575
2576@node As Sections
2577@section Assembler Internal Sections
2578
2579@cindex internal assembler sections
2580@cindex sections in messages, internal
2581These sections are meant only for the internal use of @code{@value{AS}}. They
2582have no meaning at run-time. You do not really need to know about these
2583sections for most purposes; but they can be mentioned in @code{@value{AS}}
2584warning messages, so it might be helpful to have an idea of their
2585meanings to @code{@value{AS}}. These sections are used to permit the
2586value of every expression in your assembly language program to be a
2587section-relative address.
2588
2589@table @b
2590@cindex assembler internal logic error
2591@item ASSEMBLER-INTERNAL-LOGIC-ERROR!
2592An internal assembler logic error has been found. This means there is a
2593bug in the assembler.
2594
2595@cindex expr (internal section)
2596@item expr section
2597The assembler stores complex expression internally as combinations of
2598symbols. When it needs to represent an expression as a symbol, it puts
2599it in the expr section.
2600@c FIXME item debug
2601@c FIXME item transfer[t] vector preload
2602@c FIXME item transfer[t] vector postload
2603@c FIXME item register
2604@end table
2605
2606@node Sub-Sections
2607@section Sub-Sections
2608
2609@cindex numbered subsections
2610@cindex grouping data
2611@ifset aout-bout
2612Assembled bytes
2613@ifset COFF
2614conventionally
2615@end ifset
2616fall into two sections: text and data.
2617@end ifset
2618You may have separate groups of
2619@ifset GENERIC
2620data in named sections
2621@end ifset
2622@ifclear GENERIC
2623@ifclear aout-bout
2624data in named sections
2625@end ifclear
2626@ifset aout-bout
2627text or data
2628@end ifset
2629@end ifclear
2630that you want to end up near to each other in the object file, even though they
2631are not contiguous in the assembler source. @code{@value{AS}} allows you to
2632use @dfn{subsections} for this purpose. Within each section, there can be
2633numbered subsections with values from 0 to 8192. Objects assembled into the
2634same subsection go into the object file together with other objects in the same
2635subsection. For example, a compiler might want to store constants in the text
2636section, but might not want to have them interspersed with the program being
2637assembled. In this case, the compiler could issue a @samp{.text 0} before each
2638section of code being output, and a @samp{.text 1} before each group of
2639constants being output.
2640
2641Subsections are optional. If you do not use subsections, everything
2642goes in subsection number zero.
2643
2644@ifset GENERIC
2645Each subsection is zero-padded up to a multiple of four bytes.
2646(Subsections may be padded a different amount on different flavors
2647of @code{@value{AS}}.)
2648@end ifset
2649@ifclear GENERIC
2650@ifset H8
2651On the H8/300 and H8/500 platforms, each subsection is zero-padded to a word
2652boundary (two bytes).
2653The same is true on the Hitachi SH.
2654@end ifset
2655@ifset I960
2656@c FIXME section padding (alignment)?
2657@c Rich Pixley says padding here depends on target obj code format; that
2658@c doesn't seem particularly useful to say without further elaboration,
2659@c so for now I say nothing about it. If this is a generic BFD issue,
2660@c these paragraphs might need to vanish from this manual, and be
2661@c discussed in BFD chapter of binutils (or some such).
2662@end ifset
2663@ifset A29K
2664On the AMD 29K family, no particular padding is added to section or
2665subsection sizes; @value{AS} forces no alignment on this platform.
2666@end ifset
2667@end ifclear
2668
2669Subsections appear in your object file in numeric order, lowest numbered
2670to highest. (All this to be compatible with other people's assemblers.)
2671The object file contains no representation of subsections; @code{@value{LD}} and
2672other programs that manipulate object files see no trace of them.
2673They just see all your text subsections as a text section, and all your
2674data subsections as a data section.
2675
2676To specify which subsection you want subsequent statements assembled
2677into, use a numeric argument to specify it, in a @samp{.text
2678@var{expression}} or a @samp{.data @var{expression}} statement.
2679@ifset COFF
2680@ifset GENERIC
2681When generating COFF output, you
2682@end ifset
2683@ifclear GENERIC
2684You
2685@end ifclear
2686can also use an extra subsection
2687argument with arbitrary named sections: @samp{.section @var{name},
2688@var{expression}}.
2689@end ifset
2690@var{Expression} should be an absolute expression.
2691(@xref{Expressions}.) If you just say @samp{.text} then @samp{.text 0}
2692is assumed. Likewise @samp{.data} means @samp{.data 0}. Assembly
2693begins in @code{text 0}. For instance:
2694@smallexample
2695.text 0 # The default subsection is text 0 anyway.
2696.ascii "This lives in the first text subsection. *"
2697.text 1
2698.ascii "But this lives in the second text subsection."
2699.data 0
2700.ascii "This lives in the data section,"
2701.ascii "in the first data subsection."
2702.text 0
2703.ascii "This lives in the first text section,"
2704.ascii "immediately following the asterisk (*)."
2705@end smallexample
2706
2707Each section has a @dfn{location counter} incremented by one for every byte
2708assembled into that section. Because subsections are merely a convenience
2709restricted to @code{@value{AS}} there is no concept of a subsection location
2710counter. There is no way to directly manipulate a location counter---but the
2711@code{.align} directive changes it, and any label definition captures its
2712current value. The location counter of the section where statements are being
2713assembled is said to be the @dfn{active} location counter.
2714
2715@node bss
2716@section bss Section
2717
2718@cindex bss section
2719@cindex common variable storage
2720The bss section is used for local common variable storage.
2721You may allocate address space in the bss section, but you may
2722not dictate data to load into it before your program executes. When
2723your program starts running, all the contents of the bss
2724section are zeroed bytes.
2725
2726The @code{.lcomm} pseudo-op defines a symbol in the bss section; see
2727@ref{Lcomm,,@code{.lcomm}}.
2728
2729The @code{.comm} pseudo-op may be used to declare a common symbol, which is
2730another form of uninitialized symbol; see @xref{Comm,,@code{.comm}}.
2731
2732@ifset GENERIC
2733When assembling for a target which supports multiple sections, such as ELF or
2734COFF, you may switch into the @code{.bss} section and define symbols as usual;
2735see @ref{Section,,@code{.section}}. You may only assemble zero values into the
2736section. Typically the section will only contain symbol definitions and
2737@code{.skip} directives (@pxref{Skip,,@code{.skip}}).
2738@end ifset
2739
2740@node Symbols
2741@chapter Symbols
2742
2743@cindex symbols
2744Symbols are a central concept: the programmer uses symbols to name
2745things, the linker uses symbols to link, and the debugger uses symbols
2746to debug.
2747
2748@quotation
2749@cindex debuggers, and symbol order
2750@emph{Warning:} @code{@value{AS}} does not place symbols in the object file in
2751the same order they were declared. This may break some debuggers.
2752@end quotation
2753
2754@menu
2755* Labels:: Labels
2756* Setting Symbols:: Giving Symbols Other Values
2757* Symbol Names:: Symbol Names
2758* Dot:: The Special Dot Symbol
2759* Symbol Attributes:: Symbol Attributes
2760@end menu
2761
2762@node Labels
2763@section Labels
2764
2765@cindex labels
2766A @dfn{label} is written as a symbol immediately followed by a colon
2767@samp{:}. The symbol then represents the current value of the
2768active location counter, and is, for example, a suitable instruction
2769operand. You are warned if you use the same symbol to represent two
2770different locations: the first definition overrides any other
2771definitions.
2772
2773@ifset HPPA
2774On the HPPA, the usual form for a label need not be immediately followed by a
2775colon, but instead must start in column zero. Only one label may be defined on
2776a single line. To work around this, the HPPA version of @code{@value{AS}} also
2777provides a special directive @code{.label} for defining labels more flexibly.
2778@end ifset
2779
2780@node Setting Symbols
2781@section Giving Symbols Other Values
2782
2783@cindex assigning values to symbols
2784@cindex symbol values, assigning
2785A symbol can be given an arbitrary value by writing a symbol, followed
2786by an equals sign @samp{=}, followed by an expression
2787(@pxref{Expressions}). This is equivalent to using the @code{.set}
2788directive. @xref{Set,,@code{.set}}.
2789
2790@node Symbol Names
2791@section Symbol Names
2792
2793@cindex symbol names
2794@cindex names, symbol
2795@ifclear SPECIAL-SYMS
2796Symbol names begin with a letter or with one of @samp{._}. On most
2797machines, you can also use @code{$} in symbol names; exceptions are
2798noted in @ref{Machine Dependencies}. That character may be followed by any
2799string of digits, letters, dollar signs (unless otherwise noted in
2800@ref{Machine Dependencies}), and underscores.
2801@end ifclear
2802@ifset A29K
2803For the AMD 29K family, @samp{?} is also allowed in the
2804body of a symbol name, though not at its beginning.
2805@end ifset
2806
2807@ifset SPECIAL-SYMS
2808@ifset H8
2809Symbol names begin with a letter or with one of @samp{._}. On the
2810Hitachi SH or the
2811H8/500, you can also use @code{$} in symbol names. That character may
2812be followed by any string of digits, letters, dollar signs (save on the
2813H8/300), and underscores.
2814@end ifset
2815@end ifset
2816
2817Case of letters is significant: @code{foo} is a different symbol name
2818than @code{Foo}.
2819
2820Each symbol has exactly one name. Each name in an assembly language program
2821refers to exactly one symbol. You may use that symbol name any number of times
2822in a program.
2823
2824@subheading Local Symbol Names
2825
2826@cindex local symbol names
2827@cindex symbol names, local
2828@cindex temporary symbol names
2829@cindex symbol names, temporary
2830Local symbols help compilers and programmers use names temporarily.
2831There are ten local symbol names, which are re-used throughout the
2832program. You may refer to them using the names @samp{0} @samp{1}
2833@dots{} @samp{9}. To define a local symbol, write a label of the form
2834@samp{@b{N}:} (where @b{N} represents any digit). To refer to the most
2835recent previous definition of that symbol write @samp{@b{N}b}, using the
2836same digit as when you defined the label. To refer to the next
2837definition of a local label, write @samp{@b{N}f}---where @b{N} gives you
2838a choice of 10 forward references. The @samp{b} stands for
2839``backwards'' and the @samp{f} stands for ``forwards''.
2840
2841Local symbols are not emitted by the current @sc{gnu} C compiler.
2842
2843There is no restriction on how you can use these labels, but
2844remember that at any point in the assembly you can refer to at most
284510 prior local labels and to at most 10 forward local labels.
2846
2847Local symbol names are only a notation device. They are immediately
2848transformed into more conventional symbol names before the assembler
2849uses them. The symbol names stored in the symbol table, appearing in
2850error messages and optionally emitted to the object file have these
2851parts:
2852
2853@table @code
2854@item L
2855All local labels begin with @samp{L}. Normally both @code{@value{AS}} and
2856@code{@value{LD}} forget symbols that start with @samp{L}. These labels are
2857used for symbols you are never intended to see. If you use the
2858@samp{-L} option then @code{@value{AS}} retains these symbols in the
2859object file. If you also instruct @code{@value{LD}} to retain these symbols,
2860you may use them in debugging.
2861
2862@item @var{digit}
2863If the label is written @samp{0:} then the digit is @samp{0}.
2864If the label is written @samp{1:} then the digit is @samp{1}.
2865And so on up through @samp{9:}.
2866
2867@item @kbd{C-A}
2868This unusual character is included so you do not accidentally invent
2869a symbol of the same name. The character has ASCII value
2870@samp{\001}.
2871
2872@item @emph{ordinal number}
2873This is a serial number to keep the labels distinct. The first
2874@samp{0:} gets the number @samp{1}; The 15th @samp{0:} gets the
2875number @samp{15}; @emph{etc.}. Likewise for the other labels @samp{1:}
2876through @samp{9:}.
2877@end table
2878
2879For instance, the first @code{1:} is named @code{L1@kbd{C-A}1}, the 44th
2880@code{3:} is named @code{L3@kbd{C-A}44}.
2881
2882@node Dot
2883@section The Special Dot Symbol
2884
2885@cindex dot (symbol)
2886@cindex @code{.} (symbol)
2887@cindex current address
2888@cindex location counter
2889The special symbol @samp{.} refers to the current address that
2890@code{@value{AS}} is assembling into. Thus, the expression @samp{melvin:
2891.long .} defines @code{melvin} to contain its own address.
2892Assigning a value to @code{.} is treated the same as a @code{.org}
2893directive. Thus, the expression @samp{.=.+4} is the same as saying
2894@ifclear no-space-dir
2895@samp{.space 4}.
2896@end ifclear
2897@ifset no-space-dir
2898@ifset A29K
2899@samp{.block 4}.
2900@end ifset
2901@end ifset
2902
2903@node Symbol Attributes
2904@section Symbol Attributes
2905
2906@cindex symbol attributes
2907@cindex attributes, symbol
2908Every symbol has, as well as its name, the attributes ``Value'' and
2909``Type''. Depending on output format, symbols can also have auxiliary
2910attributes.
2911@ifset INTERNALS
2912The detailed definitions are in @file{a.out.h}.
2913@end ifset
2914
2915If you use a symbol without defining it, @code{@value{AS}} assumes zero for
2916all these attributes, and probably won't warn you. This makes the
2917symbol an externally defined symbol, which is generally what you
2918would want.
2919
2920@menu
2921* Symbol Value:: Value
2922* Symbol Type:: Type
2923@ifset aout-bout
2924@ifset GENERIC
2925* a.out Symbols:: Symbol Attributes: @code{a.out}
2926@end ifset
2927@ifclear GENERIC
2928@ifclear BOUT
2929* a.out Symbols:: Symbol Attributes: @code{a.out}
2930@end ifclear
2931@ifset BOUT
2932* a.out Symbols:: Symbol Attributes: @code{a.out}, @code{b.out}
2933@end ifset
2934@end ifclear
2935@end ifset
2936@ifset COFF
2937* COFF Symbols:: Symbol Attributes for COFF
2938@end ifset
2939@ifset SOM
2940* SOM Symbols:: Symbol Attributes for SOM
2941@end ifset
2942@end menu
2943
2944@node Symbol Value
2945@subsection Value
2946
2947@cindex value of a symbol
2948@cindex symbol value
2949The value of a symbol is (usually) 32 bits. For a symbol which labels a
2950location in the text, data, bss or absolute sections the value is the
2951number of addresses from the start of that section to the label.
2952Naturally for text, data and bss sections the value of a symbol changes
2953as @code{@value{LD}} changes section base addresses during linking. Absolute
2954symbols' values do not change during linking: that is why they are
2955called absolute.
2956
2957The value of an undefined symbol is treated in a special way. If it is
29580 then the symbol is not defined in this assembler source file, and
2959@code{@value{LD}} tries to determine its value from other files linked into the
2960same program. You make this kind of symbol simply by mentioning a symbol
2961name without defining it. A non-zero value represents a @code{.comm}
2962common declaration. The value is how much common storage to reserve, in
2963bytes (addresses). The symbol refers to the first address of the
2964allocated storage.
2965
2966@node Symbol Type
2967@subsection Type
2968
2969@cindex type of a symbol
2970@cindex symbol type
2971The type attribute of a symbol contains relocation (section)
2972information, any flag settings indicating that a symbol is external, and
2973(optionally), other information for linkers and debuggers. The exact
2974format depends on the object-code output format in use.
2975
2976@ifset aout-bout
2977@ifclear GENERIC
2978@ifset BOUT
2979@c The following avoids a "widow" subsection title. @group would be
2980@c better if it were available outside examples.
2981@need 1000
2982@node a.out Symbols
2983@subsection Symbol Attributes: @code{a.out}, @code{b.out}
2984
2985@cindex @code{b.out} symbol attributes
2986@cindex symbol attributes, @code{b.out}
2987These symbol attributes appear only when @code{@value{AS}} is configured for
2988one of the Berkeley-descended object output formats---@code{a.out} or
2989@code{b.out}.
2990
2991@end ifset
2992@ifclear BOUT
2993@node a.out Symbols
2994@subsection Symbol Attributes: @code{a.out}
2995
2996@cindex @code{a.out} symbol attributes
2997@cindex symbol attributes, @code{a.out}
2998
2999@end ifclear
3000@end ifclear
3001@ifset GENERIC
3002@node a.out Symbols
3003@subsection Symbol Attributes: @code{a.out}
3004
3005@cindex @code{a.out} symbol attributes
3006@cindex symbol attributes, @code{a.out}
3007
3008@end ifset
3009@menu
3010* Symbol Desc:: Descriptor
3011* Symbol Other:: Other
3012@end menu
3013
3014@node Symbol Desc
3015@subsubsection Descriptor
3016
3017@cindex descriptor, of @code{a.out} symbol
3018This is an arbitrary 16-bit value. You may establish a symbol's
3019descriptor value by using a @code{.desc} statement
3020(@pxref{Desc,,@code{.desc}}). A descriptor value means nothing to
3021@code{@value{AS}}.
3022
3023@node Symbol Other
3024@subsubsection Other
3025
3026@cindex other attribute, of @code{a.out} symbol
3027This is an arbitrary 8-bit value. It means nothing to @code{@value{AS}}.
3028@end ifset
3029
3030@ifset COFF
3031@node COFF Symbols
3032@subsection Symbol Attributes for COFF
3033
3034@cindex COFF symbol attributes
3035@cindex symbol attributes, COFF
3036
3037The COFF format supports a multitude of auxiliary symbol attributes;
3038like the primary symbol attributes, they are set between @code{.def} and
3039@code{.endef} directives.
3040
3041@subsubsection Primary Attributes
3042
3043@cindex primary attributes, COFF symbols
3044The symbol name is set with @code{.def}; the value and type,
3045respectively, with @code{.val} and @code{.type}.
3046
3047@subsubsection Auxiliary Attributes
3048
3049@cindex auxiliary attributes, COFF symbols
3050The @code{@value{AS}} directives @code{.dim}, @code{.line}, @code{.scl},
3051@code{.size}, and @code{.tag} can generate auxiliary symbol table
3052information for COFF.
3053@end ifset
3054
3055@ifset SOM
3056@node SOM Symbols
3057@subsection Symbol Attributes for SOM
3058
3059@cindex SOM symbol attributes
3060@cindex symbol attributes, SOM
3061
3062The SOM format for the HPPA supports a multitude of symbol attributes set with
3063the @code{.EXPORT} and @code{.IMPORT} directives.
3064
3065The attributes are described in @cite{HP9000 Series 800 Assembly
3066Language Reference Manual} (HP 92432-90001) under the @code{IMPORT} and
3067@code{EXPORT} assembler directive documentation.
3068@end ifset
3069
3070@node Expressions
3071@chapter Expressions
3072
3073@cindex expressions
3074@cindex addresses
3075@cindex numeric values
3076An @dfn{expression} specifies an address or numeric value.
3077Whitespace may precede and/or follow an expression.
3078
3079The result of an expression must be an absolute number, or else an offset into
3080a particular section. If an expression is not absolute, and there is not
3081enough information when @code{@value{AS}} sees the expression to know its
3082section, a second pass over the source program might be necessary to interpret
3083the expression---but the second pass is currently not implemented.
3084@code{@value{AS}} aborts with an error message in this situation.
3085
3086@menu
3087* Empty Exprs:: Empty Expressions
3088* Integer Exprs:: Integer Expressions
3089@end menu
3090
3091@node Empty Exprs
3092@section Empty Expressions
3093
3094@cindex empty expressions
3095@cindex expressions, empty
3096An empty expression has no value: it is just whitespace or null.
3097Wherever an absolute expression is required, you may omit the
3098expression, and @code{@value{AS}} assumes a value of (absolute) 0. This
3099is compatible with other assemblers.
3100
3101@node Integer Exprs
3102@section Integer Expressions
3103
3104@cindex integer expressions
3105@cindex expressions, integer
3106An @dfn{integer expression} is one or more @emph{arguments} delimited
3107by @emph{operators}.
3108
3109@menu
3110* Arguments:: Arguments
3111* Operators:: Operators
3112* Prefix Ops:: Prefix Operators
3113* Infix Ops:: Infix Operators
3114@end menu
3115
3116@node Arguments
3117@subsection Arguments
3118
3119@cindex expression arguments
3120@cindex arguments in expressions
3121@cindex operands in expressions
3122@cindex arithmetic operands
3123@dfn{Arguments} are symbols, numbers or subexpressions. In other
3124contexts arguments are sometimes called ``arithmetic operands''. In
3125this manual, to avoid confusing them with the ``instruction operands'' of
3126the machine language, we use the term ``argument'' to refer to parts of
3127expressions only, reserving the word ``operand'' to refer only to machine
3128instruction operands.
3129
3130Symbols are evaluated to yield @{@var{section} @var{NNN}@} where
3131@var{section} is one of text, data, bss, absolute,
3132or undefined. @var{NNN} is a signed, 2's complement 32 bit
3133integer.
3134
3135Numbers are usually integers.
3136
3137A number can be a flonum or bignum. In this case, you are warned
3138that only the low order 32 bits are used, and @code{@value{AS}} pretends
3139these 32 bits are an integer. You may write integer-manipulating
3140instructions that act on exotic constants, compatible with other
3141assemblers.
3142
3143@cindex subexpressions
3144Subexpressions are a left parenthesis @samp{(} followed by an integer
3145expression, followed by a right parenthesis @samp{)}; or a prefix
3146operator followed by an argument.
3147
3148@node Operators
3149@subsection Operators
3150
3151@cindex operators, in expressions
3152@cindex arithmetic functions
3153@cindex functions, in expressions
3154@dfn{Operators} are arithmetic functions, like @code{+} or @code{%}. Prefix
3155operators are followed by an argument. Infix operators appear
3156between their arguments. Operators may be preceded and/or followed by
3157whitespace.
3158
3159@node Prefix Ops
3160@subsection Prefix Operator
3161
3162@cindex prefix operators
3163@code{@value{AS}} has the following @dfn{prefix operators}. They each take
3164one argument, which must be absolute.
3165
3166@c the tex/end tex stuff surrounding this small table is meant to make
3167@c it align, on the printed page, with the similar table in the next
3168@c section (which is inside an enumerate).
3169@tex
3170\global\advance\leftskip by \itemindent
3171@end tex
3172
3173@table @code
3174@item -
3175@dfn{Negation}. Two's complement negation.
3176@item ~
3177@dfn{Complementation}. Bitwise not.
3178@end table
3179
3180@tex
3181\global\advance\leftskip by -\itemindent
3182@end tex
3183
3184@node Infix Ops
3185@subsection Infix Operators
3186
3187@cindex infix operators
3188@cindex operators, permitted arguments
3189@dfn{Infix operators} take two arguments, one on either side. Operators
3190have precedence, but operations with equal precedence are performed left
3191to right. Apart from @code{+} or @code{-}, both arguments must be
3192absolute, and the result is absolute.
3193
3194@enumerate
3195@cindex operator precedence
3196@cindex precedence of operators
3197
3198@item
3199Highest Precedence
3200
3201@table @code
3202@item *
3203@dfn{Multiplication}.
3204
3205@item /
3206@dfn{Division}. Truncation is the same as the C operator @samp{/}
3207
3208@item %
3209@dfn{Remainder}.
3210
3211@item <
3212@itemx <<
3213@dfn{Shift Left}. Same as the C operator @samp{<<}.
3214
3215@item >
3216@itemx >>
3217@dfn{Shift Right}. Same as the C operator @samp{>>}.
3218@end table
3219
3220@item
3221Intermediate precedence
3222
3223@table @code
3224@item |
3225
3226@dfn{Bitwise Inclusive Or}.
3227
3228@item &
3229@dfn{Bitwise And}.
3230
3231@item ^
3232@dfn{Bitwise Exclusive Or}.
3233
3234@item !
3235@dfn{Bitwise Or Not}.
3236@end table
3237
3238@item
3239Lowest Precedence
3240
3241@table @code
3242@cindex addition, permitted arguments
3243@cindex plus, permitted arguments
3244@cindex arguments for addition
3245@item +
3246@dfn{Addition}. If either argument is absolute, the result has the section of
3247the other argument. You may not add together arguments from different
3248sections.
3249
3250@cindex subtraction, permitted arguments
3251@cindex minus, permitted arguments
3252@cindex arguments for subtraction
3253@item -
3254@dfn{Subtraction}. If the right argument is absolute, the
3255result has the section of the left argument.
3256If both arguments are in the same section, the result is absolute.
3257You may not subtract arguments from different sections.
3258@c FIXME is there still something useful to say about undefined - undefined ?
3259@end table
3260@end enumerate
3261
3262In short, it's only meaningful to add or subtract the @emph{offsets} in an
3263address; you can only have a defined section in one of the two arguments.
3264
3265@node Pseudo Ops
3266@chapter Assembler Directives
3267
3268@cindex directives, machine independent
3269@cindex pseudo-ops, machine independent
3270@cindex machine independent directives
3271All assembler directives have names that begin with a period (@samp{.}).
3272The rest of the name is letters, usually in lower case.
3273
3274This chapter discusses directives that are available regardless of the
3275target machine configuration for the @sc{gnu} assembler.
3276@ifset GENERIC
3277Some machine configurations provide additional directives.
3278@xref{Machine Dependencies}.
3279@end ifset
3280@ifclear GENERIC
3281@ifset machine-directives
3282@xref{Machine Dependencies} for additional directives.
3283@end ifset
3284@end ifclear
3285
3286@menu
3287* Abort:: @code{.abort}
3288@ifset COFF
3289* ABORT:: @code{.ABORT}
3290@end ifset
f0dc282c 3291
252b5132
RH
3292* Align:: @code{.align @var{abs-expr} , @var{abs-expr}}
3293* Ascii:: @code{.ascii "@var{string}"}@dots{}
3294* Asciz:: @code{.asciz "@var{string}"}@dots{}
3295* Balign:: @code{.balign @var{abs-expr} , @var{abs-expr}}
3296* Byte:: @code{.byte @var{expressions}}
3297* Comm:: @code{.comm @var{symbol} , @var{length} }
3298* Data:: @code{.data @var{subsection}}
3299@ifset COFF
3300* Def:: @code{.def @var{name}}
3301@end ifset
3302@ifset aout-bout
3303* Desc:: @code{.desc @var{symbol}, @var{abs-expression}}
3304@end ifset
3305@ifset COFF
3306* Dim:: @code{.dim}
3307@end ifset
f0dc282c 3308
252b5132
RH
3309* Double:: @code{.double @var{flonums}}
3310* Eject:: @code{.eject}
3311* Else:: @code{.else}
3fd9f047 3312* Elseif:: @code{.elseif}
252b5132
RH
3313* End:: @code{.end}
3314@ifset COFF
3315* Endef:: @code{.endef}
3316@end ifset
f0dc282c 3317
252b5132
RH
3318* Endfunc:: @code{.endfunc}
3319* Endif:: @code{.endif}
3320* Equ:: @code{.equ @var{symbol}, @var{expression}}
3321* Equiv:: @code{.equiv @var{symbol}, @var{expression}}
3322* Err:: @code{.err}
3323* Exitm:: @code{.exitm}
3324* Extern:: @code{.extern}
3325* Fail:: @code{.fail}
3326@ifclear no-file-dir
3327* File:: @code{.file @var{string}}
3328@end ifclear
f0dc282c 3329
252b5132
RH
3330* Fill:: @code{.fill @var{repeat} , @var{size} , @var{value}}
3331* Float:: @code{.float @var{flonums}}
3332* Func:: @code{.func}
3333* Global:: @code{.global @var{symbol}}, @code{.globl @var{symbol}}
c91d2e08
NC
3334@ifset ELF
3335* Hidden:: @code{.hidden @var{names}}
3336@end ifset
f0dc282c 3337
252b5132
RH
3338* hword:: @code{.hword @var{expressions}}
3339* Ident:: @code{.ident}
3340* If:: @code{.if @var{absolute expression}}
3341* Include:: @code{.include "@var{file}"}
3342* Int:: @code{.int @var{expressions}}
c91d2e08
NC
3343@ifset ELF
3344* Internal:: @code{.internal @var{names}}
3345@end ifset
f0dc282c 3346
252b5132
RH
3347* Irp:: @code{.irp @var{symbol},@var{values}}@dots{}
3348* Irpc:: @code{.irpc @var{symbol},@var{values}}@dots{}
3349* Lcomm:: @code{.lcomm @var{symbol} , @var{length}}
3350* Lflags:: @code{.lflags}
3351@ifclear no-line-dir
3352* Line:: @code{.line @var{line-number}}
3353@end ifclear
f0dc282c 3354
252b5132
RH
3355* Ln:: @code{.ln @var{line-number}}
3356* Linkonce:: @code{.linkonce [@var{type}]}
3357* List:: @code{.list}
3358* Long:: @code{.long @var{expressions}}
3359@ignore
3360* Lsym:: @code{.lsym @var{symbol}, @var{expression}}
3361@end ignore
f0dc282c 3362
252b5132
RH
3363* Macro:: @code{.macro @var{name} @var{args}}@dots{}
3364* MRI:: @code{.mri @var{val}}
252b5132
RH
3365* Nolist:: @code{.nolist}
3366* Octa:: @code{.octa @var{bignums}}
3367* Org:: @code{.org @var{new-lc} , @var{fill}}
3368* P2align:: @code{.p2align @var{abs-expr} , @var{abs-expr}}
c91d2e08
NC
3369@ifset ELF
3370* PopSection:: @code{.popsection}
3371* Previous:: @code{.previous}
3372@end ifset
f0dc282c 3373
252b5132 3374* Print:: @code{.print @var{string}}
c91d2e08
NC
3375@ifset ELF
3376* Protected:: @code{.protected @var{names}}
3377@end ifset
f0dc282c 3378
252b5132
RH
3379* Psize:: @code{.psize @var{lines}, @var{columns}}
3380* Purgem:: @code{.purgem @var{name}}
c91d2e08
NC
3381@ifset ELF
3382* PushSection:: @code{.pushsection @var{name}}
3383@end ifset
f0dc282c 3384
252b5132
RH
3385* Quad:: @code{.quad @var{bignums}}
3386* Rept:: @code{.rept @var{count}}
3387* Sbttl:: @code{.sbttl "@var{subheading}"}
3388@ifset COFF
3389* Scl:: @code{.scl @var{class}}
3390* Section:: @code{.section @var{name}, @var{subsection}}
3391@end ifset
f0dc282c 3392
252b5132
RH
3393* Set:: @code{.set @var{symbol}, @var{expression}}
3394* Short:: @code{.short @var{expressions}}
3395* Single:: @code{.single @var{flonums}}
c91d2e08 3396* Size:: @code{.size [@var{name} , @var{expression}]}
252b5132
RH
3397* Skip:: @code{.skip @var{size} , @var{fill}}
3398* Sleb128:: @code{.sleb128 @var{expressions}}
3399* Space:: @code{.space @var{size} , @var{fill}}
3400@ifset have-stabs
3401* Stab:: @code{.stabd, .stabn, .stabs}
3402@end ifset
f0dc282c 3403
252b5132
RH
3404* String:: @code{.string "@var{str}"}
3405* Struct:: @code{.struct @var{expression}}
3406@ifset ELF
c91d2e08 3407* SubSection:: @code{.subsection}
252b5132
RH
3408* Symver:: @code{.symver @var{name},@var{name2@@nodename}}
3409@end ifset
f0dc282c 3410
252b5132
RH
3411@ifset COFF
3412* Tag:: @code{.tag @var{structname}}
3413@end ifset
f0dc282c 3414
252b5132
RH
3415* Text:: @code{.text @var{subsection}}
3416* Title:: @code{.title "@var{heading}"}
c91d2e08
NC
3417* Type:: @code{.type <@var{int} | @var{name} , @var{type description}>}
3418* Uleb128:: @code{.uleb128 @var{expressions}}
252b5132 3419@ifset COFF
252b5132
RH
3420* Val:: @code{.val @var{addr}}
3421@end ifset
f0dc282c 3422
2e13b764 3423@ifset ELF
c91d2e08 3424* Version:: @code{.version "@var{string}"}
c91d2e08
NC
3425* VTableEntry:: @code{.vtable_entry @var{table}, @var{offset}}
3426* VTableInherit:: @code{.vtable_inherit @var{child}, @var{parent}}
c91d2e08 3427* Weak:: @code{.weak @var{names}}
2e13b764 3428@end ifset
f0dc282c 3429
252b5132
RH
3430* Word:: @code{.word @var{expressions}}
3431* Deprecated:: Deprecated Directives
3432@end menu
3433
3434@node Abort
3435@section @code{.abort}
3436
3437@cindex @code{abort} directive
3438@cindex stopping the assembly
3439This directive stops the assembly immediately. It is for
3440compatibility with other assemblers. The original idea was that the
3441assembly language source would be piped into the assembler. If the sender
3442of the source quit, it could use this directive tells @code{@value{AS}} to
3443quit also. One day @code{.abort} will not be supported.
3444
3445@ifset COFF
3446@node ABORT
3447@section @code{.ABORT}
3448
3449@cindex @code{ABORT} directive
3450When producing COFF output, @code{@value{AS}} accepts this directive as a
3451synonym for @samp{.abort}.
3452
3453@ifset BOUT
3454When producing @code{b.out} output, @code{@value{AS}} accepts this directive,
3455but ignores it.
3456@end ifset
3457@end ifset
3458
3459@node Align
3460@section @code{.align @var{abs-expr}, @var{abs-expr}, @var{abs-expr}}
3461
3462@cindex padding the location counter
3463@cindex @code{align} directive
3464Pad the location counter (in the current subsection) to a particular storage
3465boundary. The first expression (which must be absolute) is the alignment
3466required, as described below.
3467
3468The second expression (also absolute) gives the fill value to be stored in the
3469padding bytes. It (and the comma) may be omitted. If it is omitted, the
3470padding bytes are normally zero. However, on some systems, if the section is
3471marked as containing code and the fill value is omitted, the space is filled
3472with no-op instructions.
3473
3474The third expression is also absolute, and is also optional. If it is present,
3475it is the maximum number of bytes that should be skipped by this alignment
3476directive. If doing the alignment would require skipping more bytes than the
3477specified maximum, then the alignment is not done at all. You can omit the
3478fill value (the second argument) entirely by simply using two commas after the
3479required alignment; this can be useful if you want the alignment to be filled
3480with no-op instructions when appropriate.
3481
3482The way the required alignment is specified varies from system to system.
3483For the a29k, hppa, m68k, m88k, w65, sparc, and Hitachi SH, and i386 using ELF
3484format,
3485the first expression is the
3486alignment request in bytes. For example @samp{.align 8} advances
3487the location counter until it is a multiple of 8. If the location counter
3488is already a multiple of 8, no change is needed.
3489
adcf07e6
NC
3490For other systems, including the i386 using a.out format, and the arm and
3491strongarm, it is the
252b5132
RH
3492number of low-order zero bits the location counter must have after
3493advancement. For example @samp{.align 3} advances the location
3494counter until it a multiple of 8. If the location counter is already a
3495multiple of 8, no change is needed.
3496
3497This inconsistency is due to the different behaviors of the various
3498native assemblers for these systems which GAS must emulate.
3499GAS also provides @code{.balign} and @code{.p2align} directives,
3500described later, which have a consistent behavior across all
3501architectures (but are specific to GAS).
3502
3503@node Ascii
3504@section @code{.ascii "@var{string}"}@dots{}
3505
3506@cindex @code{ascii} directive
3507@cindex string literals
3508@code{.ascii} expects zero or more string literals (@pxref{Strings})
3509separated by commas. It assembles each string (with no automatic
3510trailing zero byte) into consecutive addresses.
3511
3512@node Asciz
3513@section @code{.asciz "@var{string}"}@dots{}
3514
3515@cindex @code{asciz} directive
3516@cindex zero-terminated strings
3517@cindex null-terminated strings
3518@code{.asciz} is just like @code{.ascii}, but each string is followed by
3519a zero byte. The ``z'' in @samp{.asciz} stands for ``zero''.
3520
3521@node Balign
3522@section @code{.balign[wl] @var{abs-expr}, @var{abs-expr}, @var{abs-expr}}
3523
3524@cindex padding the location counter given number of bytes
3525@cindex @code{balign} directive
3526Pad the location counter (in the current subsection) to a particular
3527storage boundary. The first expression (which must be absolute) is the
3528alignment request in bytes. For example @samp{.balign 8} advances
3529the location counter until it is a multiple of 8. If the location counter
3530is already a multiple of 8, no change is needed.
3531
3532The second expression (also absolute) gives the fill value to be stored in the
3533padding bytes. It (and the comma) may be omitted. If it is omitted, the
3534padding bytes are normally zero. However, on some systems, if the section is
3535marked as containing code and the fill value is omitted, the space is filled
3536with no-op instructions.
3537
3538The third expression is also absolute, and is also optional. If it is present,
3539it is the maximum number of bytes that should be skipped by this alignment
3540directive. If doing the alignment would require skipping more bytes than the
3541specified maximum, then the alignment is not done at all. You can omit the
3542fill value (the second argument) entirely by simply using two commas after the
3543required alignment; this can be useful if you want the alignment to be filled
3544with no-op instructions when appropriate.
3545
3546@cindex @code{balignw} directive
3547@cindex @code{balignl} directive
3548The @code{.balignw} and @code{.balignl} directives are variants of the
3549@code{.balign} directive. The @code{.balignw} directive treats the fill
3550pattern as a two byte word value. The @code{.balignl} directives treats the
3551fill pattern as a four byte longword value. For example, @code{.balignw
35524,0x368d} will align to a multiple of 4. If it skips two bytes, they will be
3553filled in with the value 0x368d (the exact placement of the bytes depends upon
3554the endianness of the processor). If it skips 1 or 3 bytes, the fill value is
3555undefined.
3556
3557@node Byte
3558@section @code{.byte @var{expressions}}
3559
3560@cindex @code{byte} directive
3561@cindex integers, one byte
3562@code{.byte} expects zero or more expressions, separated by commas.
3563Each expression is assembled into the next byte.
3564
3565@node Comm
3566@section @code{.comm @var{symbol} , @var{length} }
3567
3568@cindex @code{comm} directive
3569@cindex symbol, common
3570@code{.comm} declares a common symbol named @var{symbol}. When linking, a
3571common symbol in one object file may be merged with a defined or common symbol
3572of the same name in another object file. If @code{@value{LD}} does not see a
3573definition for the symbol--just one or more common symbols--then it will
3574allocate @var{length} bytes of uninitialized memory. @var{length} must be an
3575absolute expression. If @code{@value{LD}} sees multiple common symbols with
3576the same name, and they do not all have the same size, it will allocate space
3577using the largest size.
3578
3579@ifset ELF
3580When using ELF, the @code{.comm} directive takes an optional third argument.
3581This is the desired alignment of the symbol, specified as a byte boundary (for
3582example, an alignment of 16 means that the least significant 4 bits of the
3583address should be zero). The alignment must be an absolute expression, and it
3584must be a power of two. If @code{@value{LD}} allocates uninitialized memory
3585for the common symbol, it will use the alignment when placing the symbol. If
3586no alignment is specified, @code{@value{AS}} will set the alignment to the
3587largest power of two less than or equal to the size of the symbol, up to a
3588maximum of 16.
3589@end ifset
3590
3591@ifset HPPA
3592The syntax for @code{.comm} differs slightly on the HPPA. The syntax is
3593@samp{@var{symbol} .comm, @var{length}}; @var{symbol} is optional.
3594@end ifset
3595
3596@node Data
3597@section @code{.data @var{subsection}}
3598
3599@cindex @code{data} directive
3600@code{.data} tells @code{@value{AS}} to assemble the following statements onto the
3601end of the data subsection numbered @var{subsection} (which is an
3602absolute expression). If @var{subsection} is omitted, it defaults
3603to zero.
3604
3605@ifset COFF
3606@node Def
3607@section @code{.def @var{name}}
3608
3609@cindex @code{def} directive
3610@cindex COFF symbols, debugging
3611@cindex debugging COFF symbols
3612Begin defining debugging information for a symbol @var{name}; the
3613definition extends until the @code{.endef} directive is encountered.
3614@ifset BOUT
3615
3616This directive is only observed when @code{@value{AS}} is configured for COFF
3617format output; when producing @code{b.out}, @samp{.def} is recognized,
3618but ignored.
3619@end ifset
3620@end ifset
3621
3622@ifset aout-bout
3623@node Desc
3624@section @code{.desc @var{symbol}, @var{abs-expression}}
3625
3626@cindex @code{desc} directive
3627@cindex COFF symbol descriptor
3628@cindex symbol descriptor, COFF
3629This directive sets the descriptor of the symbol (@pxref{Symbol Attributes})
3630to the low 16 bits of an absolute expression.
3631
3632@ifset COFF
3633The @samp{.desc} directive is not available when @code{@value{AS}} is
3634configured for COFF output; it is only for @code{a.out} or @code{b.out}
3635object format. For the sake of compatibility, @code{@value{AS}} accepts
3636it, but produces no output, when configured for COFF.
3637@end ifset
3638@end ifset
3639
3640@ifset COFF
3641@node Dim
3642@section @code{.dim}
3643
3644@cindex @code{dim} directive
3645@cindex COFF auxiliary symbol information
3646@cindex auxiliary symbol information, COFF
3647This directive is generated by compilers to include auxiliary debugging
3648information in the symbol table. It is only permitted inside
3649@code{.def}/@code{.endef} pairs.
3650@ifset BOUT
3651
3652@samp{.dim} is only meaningful when generating COFF format output; when
3653@code{@value{AS}} is generating @code{b.out}, it accepts this directive but
3654ignores it.
3655@end ifset
3656@end ifset
3657
3658@node Double
3659@section @code{.double @var{flonums}}
3660
3661@cindex @code{double} directive
3662@cindex floating point numbers (double)
3663@code{.double} expects zero or more flonums, separated by commas. It
3664assembles floating point numbers.
3665@ifset GENERIC
3666The exact kind of floating point numbers emitted depends on how
3667@code{@value{AS}} is configured. @xref{Machine Dependencies}.
3668@end ifset
3669@ifclear GENERIC
3670@ifset IEEEFLOAT
3671On the @value{TARGET} family @samp{.double} emits 64-bit floating-point numbers
3672in @sc{ieee} format.
3673@end ifset
3674@end ifclear
3675
3676@node Eject
3677@section @code{.eject}
3678
3679@cindex @code{eject} directive
3680@cindex new page, in listings
3681@cindex page, in listings
3682@cindex listing control: new page
3683Force a page break at this point, when generating assembly listings.
3684
3685@node Else
3686@section @code{.else}
3687
3688@cindex @code{else} directive
3689@code{.else} is part of the @code{@value{AS}} support for conditional
3690assembly; @pxref{If,,@code{.if}}. It marks the beginning of a section
3691of code to be assembled if the condition for the preceding @code{.if}
3692was false.
3693
3fd9f047
TW
3694@node Elseif
3695@section @code{.elseif}
3696
3697@cindex @code{elseif} directive
3698@code{.elseif} is part of the @code{@value{AS}} support for conditional
3699assembly; @pxref{If,,@code{.if}}. It is shorthand for beginning a new
3700@code{.if} block that would otherwise fill the entire @code{.else} section.
3701
252b5132
RH
3702@node End
3703@section @code{.end}
3704
3705@cindex @code{end} directive
3706@code{.end} marks the end of the assembly file. @code{@value{AS}} does not
3707process anything in the file past the @code{.end} directive.
3708
3709@ifset COFF
3710@node Endef
3711@section @code{.endef}
3712
3713@cindex @code{endef} directive
3714This directive flags the end of a symbol definition begun with
3715@code{.def}.
3716@ifset BOUT
3717
3718@samp{.endef} is only meaningful when generating COFF format output; if
3719@code{@value{AS}} is configured to generate @code{b.out}, it accepts this
3720directive but ignores it.
3721@end ifset
3722@end ifset
3723
3724@node Endfunc
3725@section @code{.endfunc}
3726@cindex @code{endfunc} directive
3727@code{.endfunc} marks the end of a function specified with @code{.func}.
3728
3729@node Endif
3730@section @code{.endif}
3731
3732@cindex @code{endif} directive
3733@code{.endif} is part of the @code{@value{AS}} support for conditional assembly;
3734it marks the end of a block of code that is only assembled
3735conditionally. @xref{If,,@code{.if}}.
3736
3737@node Equ
3738@section @code{.equ @var{symbol}, @var{expression}}
3739
3740@cindex @code{equ} directive
3741@cindex assigning values to symbols
3742@cindex symbols, assigning values to
3743This directive sets the value of @var{symbol} to @var{expression}.
3744It is synonymous with @samp{.set}; @pxref{Set,,@code{.set}}.
3745
3746@ifset HPPA
3747The syntax for @code{equ} on the HPPA is
3748@samp{@var{symbol} .equ @var{expression}}.
3749@end ifset
3750
3751@node Equiv
3752@section @code{.equiv @var{symbol}, @var{expression}}
3753@cindex @code{equiv} directive
3754The @code{.equiv} directive is like @code{.equ} and @code{.set}, except that
3755the assembler will signal an error if @var{symbol} is already defined.
3756
3757Except for the contents of the error message, this is roughly equivalent to
3758@smallexample
3759.ifdef SYM
3760.err
3761.endif
3762.equ SYM,VAL
3763@end smallexample
3764
3765@node Err
3766@section @code{.err}
3767@cindex @code{err} directive
3768If @code{@value{AS}} assembles a @code{.err} directive, it will print an error
3769message and, unless the @code{-Z} option was used, it will not generate an
3770object file. This can be used to signal error an conditionally compiled code.
3771
3772@node Exitm
3773@section @code{.exitm}
3774Exit early from the current macro definition. @xref{Macro}.
3775
3776@node Extern
3777@section @code{.extern}
3778
3779@cindex @code{extern} directive
3780@code{.extern} is accepted in the source program---for compatibility
3781with other assemblers---but it is ignored. @code{@value{AS}} treats
3782all undefined symbols as external.
3783
3784@node Fail
3785@section @code{.fail @var{expression}}
3786
3787@cindex @code{fail} directive
3788Generates an error or a warning. If the value of the @var{expression} is 500
3789or more, @code{@value{AS}} will print a warning message. If the value is less
3790than 500, @code{@value{AS}} will print an error message. The message will
3791include the value of @var{expression}. This can occasionally be useful inside
3792complex nested macros or conditional assembly.
3793
3794@ifclear no-file-dir
3795@node File
3796@section @code{.file @var{string}}
3797
3798@cindex @code{file} directive
3799@cindex logical file name
3800@cindex file name, logical
3801@code{.file} tells @code{@value{AS}} that we are about to start a new logical
3802file. @var{string} is the new file name. In general, the filename is
3803recognized whether or not it is surrounded by quotes @samp{"}; but if you wish
3804to specify an empty file name, you must give the quotes--@code{""}. This
3805statement may go away in future: it is only recognized to be compatible with
3806old @code{@value{AS}} programs.
3807@ifset A29K
3808In some configurations of @code{@value{AS}}, @code{.file} has already been
3809removed to avoid conflicts with other assemblers. @xref{Machine Dependencies}.
3810@end ifset
3811@end ifclear
3812
3813@node Fill
3814@section @code{.fill @var{repeat} , @var{size} , @var{value}}
3815
3816@cindex @code{fill} directive
3817@cindex writing patterns in memory
3818@cindex patterns, writing in memory
3819@var{result}, @var{size} and @var{value} are absolute expressions.
3820This emits @var{repeat} copies of @var{size} bytes. @var{Repeat}
3821may be zero or more. @var{Size} may be zero or more, but if it is
3822more than 8, then it is deemed to have the value 8, compatible with
3823other people's assemblers. The contents of each @var{repeat} bytes
3824is taken from an 8-byte number. The highest order 4 bytes are
3825zero. The lowest order 4 bytes are @var{value} rendered in the
3826byte-order of an integer on the computer @code{@value{AS}} is assembling for.
3827Each @var{size} bytes in a repetition is taken from the lowest order
3828@var{size} bytes of this number. Again, this bizarre behavior is
3829compatible with other people's assemblers.
3830
3831@var{size} and @var{value} are optional.
3832If the second comma and @var{value} are absent, @var{value} is
3833assumed zero. If the first comma and following tokens are absent,
3834@var{size} is assumed to be 1.
3835
3836@node Float
3837@section @code{.float @var{flonums}}
3838
3839@cindex floating point numbers (single)
3840@cindex @code{float} directive
3841This directive assembles zero or more flonums, separated by commas. It
3842has the same effect as @code{.single}.
3843@ifset GENERIC
3844The exact kind of floating point numbers emitted depends on how
3845@code{@value{AS}} is configured.
3846@xref{Machine Dependencies}.
3847@end ifset
3848@ifclear GENERIC
3849@ifset IEEEFLOAT
3850On the @value{TARGET} family, @code{.float} emits 32-bit floating point numbers
3851in @sc{ieee} format.
3852@end ifset
3853@end ifclear
3854
3855@node Func
3856@section @code{.func @var{name}[,@var{label}]}
3857@cindex @code{func} directive
3858@code{.func} emits debugging information to denote function @var{name}, and
3859is ignored unless the file is assembled with debugging enabled.
3860Only @samp{--gstabs} is currently supported.
3861@var{label} is the entry point of the function and if omitted @var{name}
3862prepended with the @samp{leading char} is used.
3863@samp{leading char} is usually @code{_} or nothing, depending on the target.
3864All functions are currently defined to have @code{void} return type.
3865The function must be terminated with @code{.endfunc}.
3866
3867@node Global
3868@section @code{.global @var{symbol}}, @code{.globl @var{symbol}}
3869
3870@cindex @code{global} directive
3871@cindex symbol, making visible to linker
3872@code{.global} makes the symbol visible to @code{@value{LD}}. If you define
3873@var{symbol} in your partial program, its value is made available to
3874other partial programs that are linked with it. Otherwise,
3875@var{symbol} takes its attributes from a symbol of the same name
3876from another file linked into the same program.
3877
3878Both spellings (@samp{.globl} and @samp{.global}) are accepted, for
3879compatibility with other assemblers.
3880
3881@ifset HPPA
3882On the HPPA, @code{.global} is not always enough to make it accessible to other
3883partial programs. You may need the HPPA-only @code{.EXPORT} directive as well.
3884@xref{HPPA Directives,, HPPA Assembler Directives}.
3885@end ifset
3886
c91d2e08
NC
3887@ifset ELF
3888@node Hidden
3889@section @code{.hidden @var{names}}
3890
3891@cindex @code{.hidden} directive
3892@cindex Visibility
3893This one of the ELF visibility directives. The other two are
a349d9dd
PB
3894@code{.internal} (@pxref{Internal,,@code{.internal}}) and
3895@code{.protected} (@pxref{Protected,,@code{.protected}}).
c91d2e08
NC
3896
3897This directive overrides the named symbols default visibility (which is set by
3898their binding: local, global or weak). The directive sets the visibility to
3899@code{hidden} which means that the symbols are not visible to other components.
3900Such symbols are always considered to be @code{protected} as well.
3901@end ifset
3902
252b5132
RH
3903@node hword
3904@section @code{.hword @var{expressions}}
3905
3906@cindex @code{hword} directive
3907@cindex integers, 16-bit
3908@cindex numbers, 16-bit
3909@cindex sixteen bit integers
3910This expects zero or more @var{expressions}, and emits
3911a 16 bit number for each.
3912
3913@ifset GENERIC
3914This directive is a synonym for @samp{.short}; depending on the target
3915architecture, it may also be a synonym for @samp{.word}.
3916@end ifset
3917@ifclear GENERIC
3918@ifset W32
3919This directive is a synonym for @samp{.short}.
3920@end ifset
3921@ifset W16
3922This directive is a synonym for both @samp{.short} and @samp{.word}.
3923@end ifset
3924@end ifclear
3925
3926@node Ident
3927@section @code{.ident}
3928
3929@cindex @code{ident} directive
3930This directive is used by some assemblers to place tags in object files.
3931@code{@value{AS}} simply accepts the directive for source-file
3932compatibility with such assemblers, but does not actually emit anything
3933for it.
3934
3935@node If
3936@section @code{.if @var{absolute expression}}
3937
3938@cindex conditional assembly
3939@cindex @code{if} directive
3940@code{.if} marks the beginning of a section of code which is only
3941considered part of the source program being assembled if the argument
3942(which must be an @var{absolute expression}) is non-zero. The end of
3943the conditional section of code must be marked by @code{.endif}
3944(@pxref{Endif,,@code{.endif}}); optionally, you may include code for the
3945alternative condition, flagged by @code{.else} (@pxref{Else,,@code{.else}}).
3fd9f047
TW
3946If you have several conditions to check, @code{.elseif} may be used to avoid
3947nesting blocks if/else within each subsequent @code{.else} block.
252b5132
RH
3948
3949The following variants of @code{.if} are also supported:
3950@table @code
3951@cindex @code{ifdef} directive
3952@item .ifdef @var{symbol}
3953Assembles the following section of code if the specified @var{symbol}
3954has been defined.
3955
3956@cindex @code{ifc} directive
3957@item .ifc @var{string1},@var{string2}
3958Assembles the following section of code if the two strings are the same. The
3959strings may be optionally quoted with single quotes. If they are not quoted,
3960the first string stops at the first comma, and the second string stops at the
3961end of the line. Strings which contain whitespace should be quoted. The
3962string comparison is case sensitive.
3963
3964@cindex @code{ifeq} directive
3965@item .ifeq @var{absolute expression}
3966Assembles the following section of code if the argument is zero.
3967
3968@cindex @code{ifeqs} directive
3969@item .ifeqs @var{string1},@var{string2}
3970Another form of @code{.ifc}. The strings must be quoted using double quotes.
3971
3972@cindex @code{ifge} directive
3973@item .ifge @var{absolute expression}
3974Assembles the following section of code if the argument is greater than or
3975equal to zero.
3976
3977@cindex @code{ifgt} directive
3978@item .ifgt @var{absolute expression}
3979Assembles the following section of code if the argument is greater than zero.
3980
3981@cindex @code{ifle} directive
3982@item .ifle @var{absolute expression}
3983Assembles the following section of code if the argument is less than or equal
3984to zero.
3985
3986@cindex @code{iflt} directive
3987@item .iflt @var{absolute expression}
3988Assembles the following section of code if the argument is less than zero.
3989
3990@cindex @code{ifnc} directive
3991@item .ifnc @var{string1},@var{string2}.
3992Like @code{.ifc}, but the sense of the test is reversed: this assembles the
3993following section of code if the two strings are not the same.
3994
3995@cindex @code{ifndef} directive
3996@cindex @code{ifnotdef} directive
3997@item .ifndef @var{symbol}
3998@itemx .ifnotdef @var{symbol}
3999Assembles the following section of code if the specified @var{symbol}
4000has not been defined. Both spelling variants are equivalent.
4001
4002@cindex @code{ifne} directive
4003@item .ifne @var{absolute expression}
4004Assembles the following section of code if the argument is not equal to zero
4005(in other words, this is equivalent to @code{.if}).
4006
4007@cindex @code{ifnes} directive
4008@item .ifnes @var{string1},@var{string2}
4009Like @code{.ifeqs}, but the sense of the test is reversed: this assembles the
4010following section of code if the two strings are not the same.
4011@end table
4012
4013@node Include
4014@section @code{.include "@var{file}"}
4015
4016@cindex @code{include} directive
4017@cindex supporting files, including
4018@cindex files, including
4019This directive provides a way to include supporting files at specified
4020points in your source program. The code from @var{file} is assembled as
4021if it followed the point of the @code{.include}; when the end of the
4022included file is reached, assembly of the original file continues. You
4023can control the search paths used with the @samp{-I} command-line option
4024(@pxref{Invoking,,Command-Line Options}). Quotation marks are required
4025around @var{file}.
4026
4027@node Int
4028@section @code{.int @var{expressions}}
4029
4030@cindex @code{int} directive
4031@cindex integers, 32-bit
4032Expect zero or more @var{expressions}, of any section, separated by commas.
4033For each expression, emit a number that, at run time, is the value of that
4034expression. The byte order and bit size of the number depends on what kind
4035of target the assembly is for.
4036
4037@ifclear GENERIC
4038@ifset H8
4039On the H8/500 and most forms of the H8/300, @code{.int} emits 16-bit
4040integers. On the H8/300H and the Hitachi SH, however, @code{.int} emits
404132-bit integers.
4042@end ifset
4043@end ifclear
4044
c91d2e08
NC
4045@ifset ELF
4046@node Internal
4047@section @code{.internal @var{names}}
4048
4049@cindex @code{.internal} directive
4050@cindex Visibility
4051This one of the ELF visibility directives. The other two are
a349d9dd
PB
4052@code{.hidden} (@pxref{Hidden,,@code{.hidden}}) and
4053@code{.protected} (@pxref{Protected,,@code{.protected}}).
c91d2e08
NC
4054
4055This directive overrides the named symbols default visibility (which is set by
4056their binding: local, global or weak). The directive sets the visibility to
4057@code{internal} which means that the symbols are considered to be @code{hidden}
4058(ie not visible to other components), and that some extra, processor specific
4059processing must also be performed upon the symbols as well.
4060@end ifset
4061
252b5132
RH
4062@node Irp
4063@section @code{.irp @var{symbol},@var{values}}@dots{}
4064
4065@cindex @code{irp} directive
4066Evaluate a sequence of statements assigning different values to @var{symbol}.
4067The sequence of statements starts at the @code{.irp} directive, and is
4068terminated by an @code{.endr} directive. For each @var{value}, @var{symbol} is
4069set to @var{value}, and the sequence of statements is assembled. If no
4070@var{value} is listed, the sequence of statements is assembled once, with
4071@var{symbol} set to the null string. To refer to @var{symbol} within the
4072sequence of statements, use @var{\symbol}.
4073
4074For example, assembling
4075
4076@example
4077 .irp param,1,2,3
4078 move d\param,sp@@-
4079 .endr
4080@end example
4081
4082is equivalent to assembling
4083
4084@example
4085 move d1,sp@@-
4086 move d2,sp@@-
4087 move d3,sp@@-
4088@end example
4089
4090@node Irpc
4091@section @code{.irpc @var{symbol},@var{values}}@dots{}
4092
4093@cindex @code{irpc} directive
4094Evaluate a sequence of statements assigning different values to @var{symbol}.
4095The sequence of statements starts at the @code{.irpc} directive, and is
4096terminated by an @code{.endr} directive. For each character in @var{value},
4097@var{symbol} is set to the character, and the sequence of statements is
4098assembled. If no @var{value} is listed, the sequence of statements is
4099assembled once, with @var{symbol} set to the null string. To refer to
4100@var{symbol} within the sequence of statements, use @var{\symbol}.
4101
4102For example, assembling
4103
4104@example
4105 .irpc param,123
4106 move d\param,sp@@-
4107 .endr
4108@end example
4109
4110is equivalent to assembling
4111
4112@example
4113 move d1,sp@@-
4114 move d2,sp@@-
4115 move d3,sp@@-
4116@end example
4117
4118@node Lcomm
4119@section @code{.lcomm @var{symbol} , @var{length}}
4120
4121@cindex @code{lcomm} directive
4122@cindex local common symbols
4123@cindex symbols, local common
4124Reserve @var{length} (an absolute expression) bytes for a local common
4125denoted by @var{symbol}. The section and value of @var{symbol} are
4126those of the new local common. The addresses are allocated in the bss
4127section, so that at run-time the bytes start off zeroed. @var{Symbol}
4128is not declared global (@pxref{Global,,@code{.global}}), so is normally
4129not visible to @code{@value{LD}}.
4130
4131@ifset GENERIC
4132Some targets permit a third argument to be used with @code{.lcomm}. This
4133argument specifies the desired alignment of the symbol in the bss section.
4134@end ifset
4135
4136@ifset HPPA
4137The syntax for @code{.lcomm} differs slightly on the HPPA. The syntax is
4138@samp{@var{symbol} .lcomm, @var{length}}; @var{symbol} is optional.
4139@end ifset
4140
4141@node Lflags
4142@section @code{.lflags}
4143
4144@cindex @code{lflags} directive (ignored)
4145@code{@value{AS}} accepts this directive, for compatibility with other
4146assemblers, but ignores it.
4147
4148@ifclear no-line-dir
4149@node Line
4150@section @code{.line @var{line-number}}
4151
4152@cindex @code{line} directive
4153@end ifclear
4154@ifset no-line-dir
4155@node Ln
4156@section @code{.ln @var{line-number}}
4157
4158@cindex @code{ln} directive
4159@end ifset
4160@cindex logical line number
4161@ifset aout-bout
4162Change the logical line number. @var{line-number} must be an absolute
4163expression. The next line has that logical line number. Therefore any other
4164statements on the current line (after a statement separator character) are
4165reported as on logical line number @var{line-number} @minus{} 1. One day
4166@code{@value{AS}} will no longer support this directive: it is recognized only
4167for compatibility with existing assembler programs.
4168
4169@ifset GENERIC
4170@ifset A29K
4171@emph{Warning:} In the AMD29K configuration of @value{AS}, this command is
4172not available; use the synonym @code{.ln} in that context.
4173@end ifset
4174@end ifset
4175@end ifset
4176
4177@ifclear no-line-dir
4178Even though this is a directive associated with the @code{a.out} or
4179@code{b.out} object-code formats, @code{@value{AS}} still recognizes it
4180when producing COFF output, and treats @samp{.line} as though it
4181were the COFF @samp{.ln} @emph{if} it is found outside a
4182@code{.def}/@code{.endef} pair.
4183
4184Inside a @code{.def}, @samp{.line} is, instead, one of the directives
4185used by compilers to generate auxiliary symbol information for
4186debugging.
4187@end ifclear
4188
4189@node Linkonce
4190@section @code{.linkonce [@var{type}]}
4191@cindex COMDAT
4192@cindex @code{linkonce} directive
4193@cindex common sections
4194Mark the current section so that the linker only includes a single copy of it.
4195This may be used to include the same section in several different object files,
4196but ensure that the linker will only include it once in the final output file.
4197The @code{.linkonce} pseudo-op must be used for each instance of the section.
4198Duplicate sections are detected based on the section name, so it should be
4199unique.
4200
4201This directive is only supported by a few object file formats; as of this
4202writing, the only object file format which supports it is the Portable
4203Executable format used on Windows NT.
4204
4205The @var{type} argument is optional. If specified, it must be one of the
4206following strings. For example:
4207@smallexample
4208.linkonce same_size
4209@end smallexample
4210Not all types may be supported on all object file formats.
4211
4212@table @code
4213@item discard
4214Silently discard duplicate sections. This is the default.
4215
4216@item one_only
4217Warn if there are duplicate sections, but still keep only one copy.
4218
4219@item same_size
4220Warn if any of the duplicates have different sizes.
4221
4222@item same_contents
4223Warn if any of the duplicates do not have exactly the same contents.
4224@end table
4225
4226@node Ln
4227@section @code{.ln @var{line-number}}
4228
4229@cindex @code{ln} directive
4230@ifclear no-line-dir
4231@samp{.ln} is a synonym for @samp{.line}.
4232@end ifclear
4233@ifset no-line-dir
4234Tell @code{@value{AS}} to change the logical line number. @var{line-number}
4235must be an absolute expression. The next line has that logical
4236line number, so any other statements on the current line (after a
4237statement separator character @code{;}) are reported as on logical
4238line number @var{line-number} @minus{} 1.
4239@ifset BOUT
4240
4241This directive is accepted, but ignored, when @code{@value{AS}} is
4242configured for @code{b.out}; its effect is only associated with COFF
4243output format.
4244@end ifset
4245@end ifset
4246
4247@node MRI
4248@section @code{.mri @var{val}}
4249
4250@cindex @code{mri} directive
4251@cindex MRI mode, temporarily
4252If @var{val} is non-zero, this tells @code{@value{AS}} to enter MRI mode. If
4253@var{val} is zero, this tells @code{@value{AS}} to exit MRI mode. This change
4254affects code assembled until the next @code{.mri} directive, or until the end
4255of the file. @xref{M, MRI mode, MRI mode}.
4256
4257@node List
4258@section @code{.list}
4259
4260@cindex @code{list} directive
4261@cindex listing control, turning on
4262Control (in conjunction with the @code{.nolist} directive) whether or
4263not assembly listings are generated. These two directives maintain an
4264internal counter (which is zero initially). @code{.list} increments the
4265counter, and @code{.nolist} decrements it. Assembly listings are
4266generated whenever the counter is greater than zero.
4267
4268By default, listings are disabled. When you enable them (with the
4269@samp{-a} command line option; @pxref{Invoking,,Command-Line Options}),
4270the initial value of the listing counter is one.
4271
4272@node Long
4273@section @code{.long @var{expressions}}
4274
4275@cindex @code{long} directive
4276@code{.long} is the same as @samp{.int}, @pxref{Int,,@code{.int}}.
4277
4278@ignore
4279@c no one seems to know what this is for or whether this description is
4280@c what it really ought to do
4281@node Lsym
4282@section @code{.lsym @var{symbol}, @var{expression}}
4283
4284@cindex @code{lsym} directive
4285@cindex symbol, not referenced in assembly
4286@code{.lsym} creates a new symbol named @var{symbol}, but does not put it in
4287the hash table, ensuring it cannot be referenced by name during the
4288rest of the assembly. This sets the attributes of the symbol to be
4289the same as the expression value:
4290@smallexample
4291@var{other} = @var{descriptor} = 0
4292@var{type} = @r{(section of @var{expression})}
4293@var{value} = @var{expression}
4294@end smallexample
4295@noindent
4296The new symbol is not flagged as external.
4297@end ignore
4298
4299@node Macro
4300@section @code{.macro}
4301
4302@cindex macros
4303The commands @code{.macro} and @code{.endm} allow you to define macros that
4304generate assembly output. For example, this definition specifies a macro
4305@code{sum} that puts a sequence of numbers into memory:
4306
4307@example
4308 .macro sum from=0, to=5
4309 .long \from
4310 .if \to-\from
4311 sum "(\from+1)",\to
4312 .endif
4313 .endm
4314@end example
4315
4316@noindent
4317With that definition, @samp{SUM 0,5} is equivalent to this assembly input:
4318
4319@example
4320 .long 0
4321 .long 1
4322 .long 2
4323 .long 3
4324 .long 4
4325 .long 5
4326@end example
4327
4328@ftable @code
4329@item .macro @var{macname}
4330@itemx .macro @var{macname} @var{macargs} @dots{}
4331@cindex @code{macro} directive
4332Begin the definition of a macro called @var{macname}. If your macro
4333definition requires arguments, specify their names after the macro name,
4334separated by commas or spaces. You can supply a default value for any
4335macro argument by following the name with @samp{=@var{deflt}}. For
4336example, these are all valid @code{.macro} statements:
4337
4338@table @code
4339@item .macro comm
4340Begin the definition of a macro called @code{comm}, which takes no
4341arguments.
4342
4343@item .macro plus1 p, p1
4344@itemx .macro plus1 p p1
4345Either statement begins the definition of a macro called @code{plus1},
4346which takes two arguments; within the macro definition, write
4347@samp{\p} or @samp{\p1} to evaluate the arguments.
4348
4349@item .macro reserve_str p1=0 p2
4350Begin the definition of a macro called @code{reserve_str}, with two
4351arguments. The first argument has a default value, but not the second.
4352After the definition is complete, you can call the macro either as
4353@samp{reserve_str @var{a},@var{b}} (with @samp{\p1} evaluating to
4354@var{a} and @samp{\p2} evaluating to @var{b}), or as @samp{reserve_str
4355,@var{b}} (with @samp{\p1} evaluating as the default, in this case
4356@samp{0}, and @samp{\p2} evaluating to @var{b}).
4357@end table
4358
4359When you call a macro, you can specify the argument values either by
4360position, or by keyword. For example, @samp{sum 9,17} is equivalent to
4361@samp{sum to=17, from=9}.
4362
4363@item .endm
4364@cindex @code{endm} directive
4365Mark the end of a macro definition.
4366
4367@item .exitm
4368@cindex @code{exitm} directive
4369Exit early from the current macro definition.
4370
4371@cindex number of macros executed
4372@cindex macros, count executed
4373@item \@@
4374@code{@value{AS}} maintains a counter of how many macros it has
4375executed in this pseudo-variable; you can copy that number to your
4376output with @samp{\@@}, but @emph{only within a macro definition}.
4377
4378@ignore
4379@item LOCAL @var{name} [ , @dots{} ]
4380@emph{Warning: @code{LOCAL} is only available if you select ``alternate
4381macro syntax'' with @samp{-a} or @samp{--alternate}.} @xref{Alternate,,
4382Alternate macro syntax}.
4383
4384Generate a string replacement for each of the @var{name} arguments, and
4385replace any instances of @var{name} in each macro expansion. The
4386replacement string is unique in the assembly, and different for each
4387separate macro expansion. @code{LOCAL} allows you to write macros that
4388define symbols, without fear of conflict between separate macro expansions.
4389@end ignore
4390@end ftable
4391
4392@node Nolist
4393@section @code{.nolist}
4394
4395@cindex @code{nolist} directive
4396@cindex listing control, turning off
4397Control (in conjunction with the @code{.list} directive) whether or
4398not assembly listings are generated. These two directives maintain an
4399internal counter (which is zero initially). @code{.list} increments the
4400counter, and @code{.nolist} decrements it. Assembly listings are
4401generated whenever the counter is greater than zero.
4402
4403@node Octa
4404@section @code{.octa @var{bignums}}
4405
4406@c FIXME: double size emitted for "octa" on i960, others? Or warn?
4407@cindex @code{octa} directive
4408@cindex integer, 16-byte
4409@cindex sixteen byte integer
4410This directive expects zero or more bignums, separated by commas. For each
4411bignum, it emits a 16-byte integer.
4412
4413The term ``octa'' comes from contexts in which a ``word'' is two bytes;
4414hence @emph{octa}-word for 16 bytes.
4415
4416@node Org
4417@section @code{.org @var{new-lc} , @var{fill}}
4418
4419@cindex @code{org} directive
4420@cindex location counter, advancing
4421@cindex advancing location counter
4422@cindex current address, advancing
4423Advance the location counter of the current section to
4424@var{new-lc}. @var{new-lc} is either an absolute expression or an
4425expression with the same section as the current subsection. That is,
4426you can't use @code{.org} to cross sections: if @var{new-lc} has the
4427wrong section, the @code{.org} directive is ignored. To be compatible
4428with former assemblers, if the section of @var{new-lc} is absolute,
4429@code{@value{AS}} issues a warning, then pretends the section of @var{new-lc}
4430is the same as the current subsection.
4431
4432@code{.org} may only increase the location counter, or leave it
4433unchanged; you cannot use @code{.org} to move the location counter
4434backwards.
4435
4436@c double negative used below "not undefined" because this is a specific
4437@c reference to "undefined" (as SEG_UNKNOWN is called in this manual)
4438@c section. doc@cygnus.com 18feb91
4439Because @code{@value{AS}} tries to assemble programs in one pass, @var{new-lc}
4440may not be undefined. If you really detest this restriction we eagerly await
4441a chance to share your improved assembler.
4442
4443Beware that the origin is relative to the start of the section, not
4444to the start of the subsection. This is compatible with other
4445people's assemblers.
4446
4447When the location counter (of the current subsection) is advanced, the
4448intervening bytes are filled with @var{fill} which should be an
4449absolute expression. If the comma and @var{fill} are omitted,
4450@var{fill} defaults to zero.
4451
4452@node P2align
4453@section @code{.p2align[wl] @var{abs-expr}, @var{abs-expr}, @var{abs-expr}}
4454
4455@cindex padding the location counter given a power of two
4456@cindex @code{p2align} directive
4457Pad the location counter (in the current subsection) to a particular
4458storage boundary. The first expression (which must be absolute) is the
4459number of low-order zero bits the location counter must have after
4460advancement. For example @samp{.p2align 3} advances the location
4461counter until it a multiple of 8. If the location counter is already a
4462multiple of 8, no change is needed.
4463
4464The second expression (also absolute) gives the fill value to be stored in the
4465padding bytes. It (and the comma) may be omitted. If it is omitted, the
4466padding bytes are normally zero. However, on some systems, if the section is
4467marked as containing code and the fill value is omitted, the space is filled
4468with no-op instructions.
4469
4470The third expression is also absolute, and is also optional. If it is present,
4471it is the maximum number of bytes that should be skipped by this alignment
4472directive. If doing the alignment would require skipping more bytes than the
4473specified maximum, then the alignment is not done at all. You can omit the
4474fill value (the second argument) entirely by simply using two commas after the
4475required alignment; this can be useful if you want the alignment to be filled
4476with no-op instructions when appropriate.
4477
4478@cindex @code{p2alignw} directive
4479@cindex @code{p2alignl} directive
4480The @code{.p2alignw} and @code{.p2alignl} directives are variants of the
4481@code{.p2align} directive. The @code{.p2alignw} directive treats the fill
4482pattern as a two byte word value. The @code{.p2alignl} directives treats the
4483fill pattern as a four byte longword value. For example, @code{.p2alignw
44842,0x368d} will align to a multiple of 4. If it skips two bytes, they will be
4485filled in with the value 0x368d (the exact placement of the bytes depends upon
4486the endianness of the processor). If it skips 1 or 3 bytes, the fill value is
4487undefined.
4488
c91d2e08
NC
4489@ifset ELF
4490@node Previous
4491@section @code{.previous}
4492
4493@cindex @code{.previous} directive
4494@cindex Section Stack
4495This is one of the ELF section stack manipulation directives. The others are
a349d9dd
PB
4496@code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
4497@code{.pushsection} (@pxref{PushSection}), and @code{.popsection}
4498(@pxref{PopSection}).
c91d2e08
NC
4499
4500This directive swaps the current section (and subsection) with most recently
4501referenced section (and subsection) prior to this one. Multiple
4502@code{.previous} directives in a row will flip between two sections (and their
4503subsections).
4504
4505In terms of the section stack, this directive swaps the current section with
4506the top section on the section stack.
4507@end ifset
4508
4509@ifset ELF
4510@node PopSection
4511@section @code{.popsection}
4512
4513@cindex @code{.popsection} directive
4514@cindex Section Stack
4515This is one of the ELF section stack manipulation directives. The others are
a349d9dd
PB
4516@code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
4517@code{.pushsection} (@pxref{PushSection}), and @code{.previous}
4518(@pxref{Previous}).
c91d2e08
NC
4519
4520This directive replaces the current section (and subsection) with the top
4521section (and subsection) on the section stack. This section is popped off the
4522stack.
c91d2e08
NC
4523@end ifset
4524
252b5132
RH
4525@node Print
4526@section @code{.print @var{string}}
4527
4528@cindex @code{print} directive
4529@code{@value{AS}} will print @var{string} on the standard output during
4530assembly. You must put @var{string} in double quotes.
4531
c91d2e08
NC
4532@ifset ELF
4533@node Protected
4534@section @code{.protected @var{names}}
4535
4536@cindex @code{.protected} directive
4537@cindex Visibility
4538This one of the ELF visibility directives. The other two are
a349d9dd 4539@code{.hidden} (@pxref{Hidden}) and @code{.internal} (@pxref{Internal}).
c91d2e08
NC
4540
4541This directive overrides the named symbols default visibility (which is set by
4542their binding: local, global or weak). The directive sets the visibility to
4543@code{protected} which means that any references to the symbols from within the
4544components that defines them must be resolved to the definition in that
4545component, even if a definition in another component would normally preempt
4546this.
4547@end ifset
4548
252b5132
RH
4549@node Psize
4550@section @code{.psize @var{lines} , @var{columns}}
4551
4552@cindex @code{psize} directive
4553@cindex listing control: paper size
4554@cindex paper size, for listings
4555Use this directive to declare the number of lines---and, optionally, the
4556number of columns---to use for each page, when generating listings.
4557
4558If you do not use @code{.psize}, listings use a default line-count
4559of 60. You may omit the comma and @var{columns} specification; the
4560default width is 200 columns.
4561
4562@code{@value{AS}} generates formfeeds whenever the specified number of
4563lines is exceeded (or whenever you explicitly request one, using
4564@code{.eject}).
4565
4566If you specify @var{lines} as @code{0}, no formfeeds are generated save
4567those explicitly specified with @code{.eject}.
4568
4569@node Purgem
4570@section @code{.purgem @var{name}}
4571
4572@cindex @code{purgem} directive
4573Undefine the macro @var{name}, so that later uses of the string will not be
4574expanded. @xref{Macro}.
4575
c91d2e08
NC
4576@ifset ELF
4577@node PushSection
4578@section @code{.pushsection @var{name} , @var{subsection}}
4579
4580@cindex @code{.pushsection} directive
4581@cindex Section Stack
4582This is one of the ELF section stack manipulation directives. The others are
a349d9dd
PB
4583@code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
4584@code{.popsection} (@pxref{PopSection}), and @code{.previous}
4585(@pxref{Previous}).
c91d2e08 4586
a349d9dd 4587This directive is a synonym for @code{.section}. It pushes the current section
c91d2e08
NC
4588(and subsection) onto the top of the section stack, and then replaces the
4589current section and subsection with @code{name} and @code{subsection}.
c91d2e08
NC
4590@end ifset
4591
252b5132
RH
4592@node Quad
4593@section @code{.quad @var{bignums}}
4594
4595@cindex @code{quad} directive
4596@code{.quad} expects zero or more bignums, separated by commas. For
4597each bignum, it emits
4598@ifclear bignum-16
4599an 8-byte integer. If the bignum won't fit in 8 bytes, it prints a
4600warning message; and just takes the lowest order 8 bytes of the bignum.
4601@cindex eight-byte integer
4602@cindex integer, 8-byte
4603
4604The term ``quad'' comes from contexts in which a ``word'' is two bytes;
4605hence @emph{quad}-word for 8 bytes.
4606@end ifclear
4607@ifset bignum-16
4608a 16-byte integer. If the bignum won't fit in 16 bytes, it prints a
4609warning message; and just takes the lowest order 16 bytes of the bignum.
4610@cindex sixteen-byte integer
4611@cindex integer, 16-byte
4612@end ifset
4613
4614@node Rept
4615@section @code{.rept @var{count}}
4616
4617@cindex @code{rept} directive
4618Repeat the sequence of lines between the @code{.rept} directive and the next
4619@code{.endr} directive @var{count} times.
4620
4621For example, assembling
4622
4623@example
4624 .rept 3
4625 .long 0
4626 .endr
4627@end example
4628
4629is equivalent to assembling
4630
4631@example
4632 .long 0
4633 .long 0
4634 .long 0
4635@end example
4636
4637@node Sbttl
4638@section @code{.sbttl "@var{subheading}"}
4639
4640@cindex @code{sbttl} directive
4641@cindex subtitles for listings
4642@cindex listing control: subtitle
4643Use @var{subheading} as the title (third line, immediately after the
4644title line) when generating assembly listings.
4645
4646This directive affects subsequent pages, as well as the current page if
4647it appears within ten lines of the top of a page.
4648
4649@ifset COFF
4650@node Scl
4651@section @code{.scl @var{class}}
4652
4653@cindex @code{scl} directive
4654@cindex symbol storage class (COFF)
4655@cindex COFF symbol storage class
4656Set the storage-class value for a symbol. This directive may only be
4657used inside a @code{.def}/@code{.endef} pair. Storage class may flag
4658whether a symbol is static or external, or it may record further
4659symbolic debugging information.
4660@ifset BOUT
4661
4662The @samp{.scl} directive is primarily associated with COFF output; when
4663configured to generate @code{b.out} output format, @code{@value{AS}}
4664accepts this directive but ignores it.
4665@end ifset
4666@end ifset
4667
4668@node Section
c91d2e08 4669@section @code{.section @var{name}} (COFF version)
252b5132
RH
4670
4671@cindex @code{section} directive
4672@cindex named section
4673Use the @code{.section} directive to assemble the following code into a section
4674named @var{name}.
4675
4676This directive is only supported for targets that actually support arbitrarily
4677named sections; on @code{a.out} targets, for example, it is not accepted, even
4678with a standard @code{a.out} section name.
4679
252b5132
RH
4680For COFF targets, the @code{.section} directive is used in one of the following
4681ways:
c91d2e08 4682
252b5132
RH
4683@smallexample
4684.section @var{name}[, "@var{flags}"]
4685.section @var{name}[, @var{subsegment}]
4686@end smallexample
4687
4688If the optional argument is quoted, it is taken as flags to use for the
4689section. Each flag is a single character. The following flags are recognized:
4690@table @code
4691@item b
4692bss section (uninitialized data)
4693@item n
4694section is not loaded
4695@item w
4696writable section
4697@item d
4698data section
4699@item r
4700read-only section
4701@item x
4702executable section
2dcc60be
ILT
4703@item s
4704shared section (meaningful for PE targets)
252b5132
RH
4705@end table
4706
4707If no flags are specified, the default flags depend upon the section name. If
4708the section name is not recognized, the default will be for the section to be
7e84d676
NC
4709loaded and writable. Note the @code{n} and @code{w} flags remove attributes
4710from the section, rather than adding them, so if they are used on their own it
4711will be as if no flags had been specified at all.
252b5132
RH
4712
4713If the optional argument to the @code{.section} directive is not quoted, it is
4714taken as a subsegment number (@pxref{Sub-Sections}).
252b5132 4715
c91d2e08
NC
4716
4717@section @code{.section @var{name}} (ELF version)
4718
4719@cindex @code{section} directive
4720@cindex named section
252b5132 4721@ifset ELF
c91d2e08
NC
4722@cindex Section Stack
4723This is one of the ELF section stack manipulation directives. The others are
a349d9dd
PB
4724@code{.subsection} (@pxref{SubSection}), @code{.pushsection}
4725(@pxref{PushSection}), @code{.popsection} (@pxref{PopSection}), and
4726@code{.previous} (@pxref{Previous}).
c91d2e08
NC
4727@end ifset
4728
252b5132 4729For ELF targets, the @code{.section} directive is used like this:
c91d2e08 4730
252b5132 4731@smallexample
c91d2e08 4732.section @var{name} [, "@var{flags}"[, @@@var{type}]]
252b5132 4733@end smallexample
c91d2e08 4734
252b5132 4735The optional @var{flags} argument is a quoted string which may contain any
a349d9dd 4736combination of the following characters:
252b5132
RH
4737@table @code
4738@item a
4739section is allocatable
4740@item w
4741section is writable
4742@item x
4743section is executable
4744@end table
4745
4746The optional @var{type} argument may contain one of the following constants:
4747@table @code
4748@item @@progbits
4749section contains data
4750@item @@nobits
4751section does not contain data (i.e., section only occupies space)
4752@end table
4753
4754If no flags are specified, the default flags depend upon the section name. If
4755the section name is not recognized, the default will be for the section to have
4756none of the above flags: it will not be allocated in memory, nor writable, nor
4757executable. The section will contain data.
4758
4759For ELF targets, the assembler supports another type of @code{.section}
4760directive for compatibility with the Solaris assembler:
c91d2e08 4761
252b5132
RH
4762@smallexample
4763.section "@var{name}"[, @var{flags}...]
4764@end smallexample
c91d2e08 4765
252b5132
RH
4766Note that the section name is quoted. There may be a sequence of comma
4767separated flags:
4768@table @code
4769@item #alloc
4770section is allocatable
4771@item #write
4772section is writable
4773@item #execinstr
4774section is executable
4775@end table
c91d2e08
NC
4776
4777This directive replaces the current section and subsection. The replaced
4778section and subsection are pushed onto the section stack. See the contents of
4779the gas testsuite directory @code{gas/testsuite/gas/elf} for some examples of
4780how this directive and the other section stack directives work.
252b5132
RH
4781
4782@node Set
4783@section @code{.set @var{symbol}, @var{expression}}
4784
4785@cindex @code{set} directive
4786@cindex symbol value, setting
4787Set the value of @var{symbol} to @var{expression}. This
4788changes @var{symbol}'s value and type to conform to
4789@var{expression}. If @var{symbol} was flagged as external, it remains
4790flagged (@pxref{Symbol Attributes}).
4791
4792You may @code{.set} a symbol many times in the same assembly.
4793
4794If you @code{.set} a global symbol, the value stored in the object
4795file is the last value stored into it.
4796
4797@ifset HPPA
4798The syntax for @code{set} on the HPPA is
4799@samp{@var{symbol} .set @var{expression}}.
4800@end ifset
4801
4802@node Short
4803@section @code{.short @var{expressions}}
4804
4805@cindex @code{short} directive
4806@ifset GENERIC
4807@code{.short} is normally the same as @samp{.word}.
4808@xref{Word,,@code{.word}}.
4809
4810In some configurations, however, @code{.short} and @code{.word} generate
4811numbers of different lengths; @pxref{Machine Dependencies}.
4812@end ifset
4813@ifclear GENERIC
4814@ifset W16
4815@code{.short} is the same as @samp{.word}. @xref{Word,,@code{.word}}.
4816@end ifset
4817@ifset W32
4818This expects zero or more @var{expressions}, and emits
4819a 16 bit number for each.
4820@end ifset
4821@end ifclear
4822
4823@node Single
4824@section @code{.single @var{flonums}}
4825
4826@cindex @code{single} directive
4827@cindex floating point numbers (single)
4828This directive assembles zero or more flonums, separated by commas. It
4829has the same effect as @code{.float}.
4830@ifset GENERIC
4831The exact kind of floating point numbers emitted depends on how
4832@code{@value{AS}} is configured. @xref{Machine Dependencies}.
4833@end ifset
4834@ifclear GENERIC
4835@ifset IEEEFLOAT
4836On the @value{TARGET} family, @code{.single} emits 32-bit floating point
4837numbers in @sc{ieee} format.
4838@end ifset
4839@end ifclear
4840
252b5132 4841@node Size
c91d2e08 4842@section @code{.size} (COFF version)
c91d2e08 4843
9a297610 4844@cindex @code{size} directive
252b5132
RH
4845This directive is generated by compilers to include auxiliary debugging
4846information in the symbol table. It is only permitted inside
4847@code{.def}/@code{.endef} pairs.
252b5132 4848
c91d2e08 4849@ifset BOUT
252b5132
RH
4850@samp{.size} is only meaningful when generating COFF format output; when
4851@code{@value{AS}} is generating @code{b.out}, it accepts this directive but
4852ignores it.
4853@end ifset
c91d2e08
NC
4854
4855@section @code{.size @var{name} , @var{expression}} (ELF version)
4856@cindex @code{size} directive
4857
4858This directive is used to set the size associated with a symbol @var{name}.
4859The size in bytes is computed from @var{expression} which can make use of label
4860arithmetic. This directive is typically used to set the size of function
4861symbols.
252b5132
RH
4862
4863@node Sleb128
4864@section @code{.sleb128 @var{expressions}}
4865
4866@cindex @code{sleb128} directive
4867@var{sleb128} stands for ``signed little endian base 128.'' This is a
4868compact, variable length representation of numbers used by the DWARF
4869symbolic debugging format. @xref{Uleb128,@code{.uleb128}}.
4870
4871@ifclear no-space-dir
4872@node Skip
4873@section @code{.skip @var{size} , @var{fill}}
4874
4875@cindex @code{skip} directive
4876@cindex filling memory
4877This directive emits @var{size} bytes, each of value @var{fill}. Both
4878@var{size} and @var{fill} are absolute expressions. If the comma and
4879@var{fill} are omitted, @var{fill} is assumed to be zero. This is the same as
4880@samp{.space}.
4881
4882@node Space
4883@section @code{.space @var{size} , @var{fill}}
4884
4885@cindex @code{space} directive
4886@cindex filling memory
4887This directive emits @var{size} bytes, each of value @var{fill}. Both
4888@var{size} and @var{fill} are absolute expressions. If the comma
4889and @var{fill} are omitted, @var{fill} is assumed to be zero. This is the same
4890as @samp{.skip}.
4891
4892@ifset HPPA
4893@quotation
4894@emph{Warning:} @code{.space} has a completely different meaning for HPPA
4895targets; use @code{.block} as a substitute. See @cite{HP9000 Series 800
4896Assembly Language Reference Manual} (HP 92432-90001) for the meaning of the
4897@code{.space} directive. @xref{HPPA Directives,,HPPA Assembler Directives},
4898for a summary.
4899@end quotation
4900@end ifset
4901@end ifclear
4902
4903@ifset A29K
4904@ifclear GENERIC
4905@node Space
4906@section @code{.space}
4907@cindex @code{space} directive
4908@end ifclear
4909On the AMD 29K, this directive is ignored; it is accepted for
4910compatibility with other AMD 29K assemblers.
4911
4912@quotation
4913@emph{Warning:} In most versions of the @sc{gnu} assembler, the directive
4914@code{.space} has the effect of @code{.block} @xref{Machine Dependencies}.
4915@end quotation
4916@end ifset
4917
4918@ifset have-stabs
4919@node Stab
4920@section @code{.stabd, .stabn, .stabs}
4921
4922@cindex symbolic debuggers, information for
4923@cindex @code{stab@var{x}} directives
4924There are three directives that begin @samp{.stab}.
4925All emit symbols (@pxref{Symbols}), for use by symbolic debuggers.
4926The symbols are not entered in the @code{@value{AS}} hash table: they
4927cannot be referenced elsewhere in the source file.
4928Up to five fields are required:
4929
4930@table @var
4931@item string
4932This is the symbol's name. It may contain any character except
4933@samp{\000}, so is more general than ordinary symbol names. Some
4934debuggers used to code arbitrarily complex structures into symbol names
4935using this field.
4936
4937@item type
4938An absolute expression. The symbol's type is set to the low 8 bits of
4939this expression. Any bit pattern is permitted, but @code{@value{LD}}
4940and debuggers choke on silly bit patterns.
4941
4942@item other
4943An absolute expression. The symbol's ``other'' attribute is set to the
4944low 8 bits of this expression.
4945
4946@item desc
4947An absolute expression. The symbol's descriptor is set to the low 16
4948bits of this expression.
4949
4950@item value
4951An absolute expression which becomes the symbol's value.
4952@end table
4953
4954If a warning is detected while reading a @code{.stabd}, @code{.stabn},
4955or @code{.stabs} statement, the symbol has probably already been created;
4956you get a half-formed symbol in your object file. This is
4957compatible with earlier assemblers!
4958
4959@table @code
4960@cindex @code{stabd} directive
4961@item .stabd @var{type} , @var{other} , @var{desc}
4962
4963The ``name'' of the symbol generated is not even an empty string.
4964It is a null pointer, for compatibility. Older assemblers used a
4965null pointer so they didn't waste space in object files with empty
4966strings.
4967
4968The symbol's value is set to the location counter,
4969relocatably. When your program is linked, the value of this symbol
4970is the address of the location counter when the @code{.stabd} was
4971assembled.
4972
4973@cindex @code{stabn} directive
4974@item .stabn @var{type} , @var{other} , @var{desc} , @var{value}
4975The name of the symbol is set to the empty string @code{""}.
4976
4977@cindex @code{stabs} directive
4978@item .stabs @var{string} , @var{type} , @var{other} , @var{desc} , @var{value}
4979All five fields are specified.
4980@end table
4981@end ifset
4982@c end have-stabs
4983
4984@node String
4985@section @code{.string} "@var{str}"
4986
4987@cindex string, copying to object file
4988@cindex @code{string} directive
4989
4990Copy the characters in @var{str} to the object file. You may specify more than
4991one string to copy, separated by commas. Unless otherwise specified for a
4992particular machine, the assembler marks the end of each string with a 0 byte.
4993You can use any of the escape sequences described in @ref{Strings,,Strings}.
4994
4995@node Struct
4996@section @code{.struct @var{expression}}
4997
4998@cindex @code{struct} directive
4999Switch to the absolute section, and set the section offset to @var{expression},
5000which must be an absolute expression. You might use this as follows:
5001@smallexample
5002 .struct 0
5003field1:
5004 .struct field1 + 4
5005field2:
5006 .struct field2 + 4
5007field3:
5008@end smallexample
5009This would define the symbol @code{field1} to have the value 0, the symbol
5010@code{field2} to have the value 4, and the symbol @code{field3} to have the
5011value 8. Assembly would be left in the absolute section, and you would need to
5012use a @code{.section} directive of some sort to change to some other section
5013before further assembly.
5014
c91d2e08
NC
5015@ifset ELF
5016@node SubSection
5017@section @code{.subsection @var{name}}
5018
5019@cindex @code{.subsection} directive
5020@cindex Section Stack
5021This is one of the ELF section stack manipulation directives. The others are
a349d9dd
PB
5022@code{.section} (@pxref{Section}), @code{.pushsection} (@pxref{PushSection}),
5023@code{.popsection} (@pxref{PopSection}), and @code{.previous}
5024(@pxref{Previous}).
c91d2e08
NC
5025
5026This directive replaces the current subsection with @code{name}. The current
5027section is not changed. The replaced subsection is put onto the section stack
5028in place of the then current top of stack subsection.
c91d2e08
NC
5029@end ifset
5030
252b5132
RH
5031@ifset ELF
5032@node Symver
5033@section @code{.symver}
5034@cindex @code{symver} directive
5035@cindex symbol versioning
5036@cindex versions of symbols
5037Use the @code{.symver} directive to bind symbols to specific version nodes
5038within a source file. This is only supported on ELF platforms, and is
5039typically used when assembling files to be linked into a shared library.
5040There are cases where it may make sense to use this in objects to be bound
5041into an application itself so as to override a versioned symbol from a
5042shared library.
5043
79082ff0 5044For ELF targets, the @code{.symver} directive can be used like this:
252b5132
RH
5045@smallexample
5046.symver @var{name}, @var{name2@@nodename}
5047@end smallexample
339681c0 5048If the symbol @var{name} is defined within the file
79082ff0 5049being assembled, the @code{.symver} directive effectively creates a symbol
252b5132
RH
5050alias with the name @var{name2@@nodename}, and in fact the main reason that we
5051just don't try and create a regular alias is that the @var{@@} character isn't
5052permitted in symbol names. The @var{name2} part of the name is the actual name
5053of the symbol by which it will be externally referenced. The name @var{name}
5054itself is merely a name of convenience that is used so that it is possible to
5055have definitions for multiple versions of a function within a single source
5056file, and so that the compiler can unambiguously know which version of a
5057function is being mentioned. The @var{nodename} portion of the alias should be
5058the name of a node specified in the version script supplied to the linker when
5059building a shared library. If you are attempting to override a versioned
5060symbol from a shared library, then @var{nodename} should correspond to the
5061nodename of the symbol you are trying to override.
339681c0
L
5062
5063If the symbol @var{name} is not defined within the file being assembled, all
5064references to @var{name} will be changed to @var{name2@@nodename}. If no
5065reference to @var{name} is made, @var{name2@@nodename} will be removed from the
5066symbol table.
79082ff0
L
5067
5068Another usage of the @code{.symver} directive is:
5069@smallexample
5070.symver @var{name}, @var{name2@@@@nodename}
5071@end smallexample
5072In this case, the symbol @var{name} must exist and be defined within
a349d9dd 5073the file being assembled. It is similar to @var{name2@@nodename}. The
79082ff0
L
5074difference is @var{name2@@@@nodename} will also be used to resolve
5075references to @var{name2} by the linker.
5076
5077The third usage of the @code{.symver} directive is:
5078@smallexample
5079.symver @var{name}, @var{name2@@@@@@nodename}
5080@end smallexample
5081When @var{name} is not defined within the
5082file being assembled, it is treated as @var{name2@@nodename}. When
5083@var{name} is defined within the file being assembled, the symbol
5084name, @var{name}, will be changed to @var{name2@@@@nodename}.
252b5132
RH
5085@end ifset
5086
5087@ifset COFF
5088@node Tag
5089@section @code{.tag @var{structname}}
5090
5091@cindex COFF structure debugging
5092@cindex structure debugging, COFF
5093@cindex @code{tag} directive
5094This directive is generated by compilers to include auxiliary debugging
5095information in the symbol table. It is only permitted inside
5096@code{.def}/@code{.endef} pairs. Tags are used to link structure
5097definitions in the symbol table with instances of those structures.
5098@ifset BOUT
5099
5100@samp{.tag} is only used when generating COFF format output; when
5101@code{@value{AS}} is generating @code{b.out}, it accepts this directive but
5102ignores it.
5103@end ifset
5104@end ifset
5105
5106@node Text
5107@section @code{.text @var{subsection}}
5108
5109@cindex @code{text} directive
5110Tells @code{@value{AS}} to assemble the following statements onto the end of
5111the text subsection numbered @var{subsection}, which is an absolute
5112expression. If @var{subsection} is omitted, subsection number zero
5113is used.
5114
5115@node Title
5116@section @code{.title "@var{heading}"}
5117
5118@cindex @code{title} directive
5119@cindex listing control: title line
5120Use @var{heading} as the title (second line, immediately after the
5121source file name and pagenumber) when generating assembly listings.
5122
5123This directive affects subsequent pages, as well as the current page if
5124it appears within ten lines of the top of a page.
5125
252b5132 5126@node Type
c91d2e08 5127@section @code{.type @var{int}} (COFF version)
252b5132
RH
5128
5129@cindex COFF symbol type
5130@cindex symbol type, COFF
5131@cindex @code{type} directive
5132This directive, permitted only within @code{.def}/@code{.endef} pairs,
5133records the integer @var{int} as the type attribute of a symbol table entry.
252b5132 5134
c91d2e08 5135@ifset BOUT
252b5132
RH
5136@samp{.type} is associated only with COFF format output; when
5137@code{@value{AS}} is configured for @code{b.out} output, it accepts this
5138directive but ignores it.
5139@end ifset
c91d2e08
NC
5140
5141@section @code{.type @var{name} , @var{type description}} (ELF version)
5142
5143@cindex ELF symbol type
5144@cindex symbol type, ELF
5145@cindex @code{type} directive
5146This directive is used to set the type of symbol @var{name} to be either a
a349d9dd 5147function symbol or an object symbol. There are five different syntaxes
c91d2e08 5148supported for the @var{type description} field, in order to provide
a349d9dd 5149compatibility with various other assemblers. The syntaxes supported are:
c91d2e08
NC
5150
5151@smallexample
5152 .type <name>,#function
5153 .type <name>,#object
5154
5155 .type <name>,@@function
5156 .type <name>,@@object
5157
5158 .type <name>,%function
5159 .type <name>,%object
5160
5161 .type <name>,"function"
5162 .type <name>,"object"
5163
5164 .type <name> STT_FUNCTION
5165 .type <name> STT_OBJECT
5166@end smallexample
5167
5168@node Uleb128
5169@section @code{.uleb128 @var{expressions}}
5170
5171@cindex @code{uleb128} directive
5172@var{uleb128} stands for ``unsigned little endian base 128.'' This is a
5173compact, variable length representation of numbers used by the DWARF
5174symbolic debugging format. @xref{Sleb128,@code{.sleb128}}.
252b5132
RH
5175
5176@ifset COFF
5177@node Val
5178@section @code{.val @var{addr}}
5179
5180@cindex @code{val} directive
5181@cindex COFF value attribute
5182@cindex value attribute, COFF
5183This directive, permitted only within @code{.def}/@code{.endef} pairs,
5184records the address @var{addr} as the value attribute of a symbol table
5185entry.
5186@ifset BOUT
5187
5188@samp{.val} is used only for COFF output; when @code{@value{AS}} is
5189configured for @code{b.out}, it accepts this directive but ignores it.
5190@end ifset
5191@end ifset
5192
2e13b764 5193@ifset ELF
c91d2e08
NC
5194@node Version
5195@section @code{.version "@var{string}"}
2e13b764 5196
c91d2e08
NC
5197@cindex @code{.version}
5198This directive creates a @code{.note} section and places into it an ELF
5199formatted note of type NT_VERSION. The note's name is set to @code{string}.
9a297610 5200@end ifset
2e13b764 5201
c91d2e08
NC
5202@ifset ELF
5203@node VTableEntry
5204@section @code{.vtable_entry @var{table}, @var{offset}}
2e13b764 5205
c91d2e08
NC
5206@cindex @code{.vtable_entry}
5207This directive finds or creates a symbol @code{table} and creates a
5208@code{VTABLE_ENTRY} relocation for it with an addend of @code{offset}.
2e13b764 5209
c91d2e08
NC
5210@node VTableInherit
5211@section @code{.vtable_inherit @var{child}, @var{parent}}
2e13b764 5212
c91d2e08
NC
5213@cindex @code{.vtable_inherit}
5214This directive finds the symbol @code{child} and finds or creates the symbol
5215@code{parent} and then creates a @code{VTABLE_INHERIT} relocation for the
a349d9dd 5216parent whose addend is the value of the child symbol. As a special case the
c91d2e08
NC
5217parent name of @code{0} is treated as refering the @code{*ABS*} section.
5218@end ifset
2e13b764 5219
c91d2e08
NC
5220@ifset ELF
5221@node Weak
5222@section @code{.weak @var{names}}
2e13b764 5223
c91d2e08 5224@cindex @code{.weak}
a349d9dd 5225This directive sets the weak attribute on the comma separated list of symbol
c91d2e08 5226@code{names}. If the symbols do not already exist, they will be created.
2e13b764
NC
5227@end ifset
5228
252b5132
RH
5229@node Word
5230@section @code{.word @var{expressions}}
5231
5232@cindex @code{word} directive
5233This directive expects zero or more @var{expressions}, of any section,
5234separated by commas.
5235@ifclear GENERIC
5236@ifset W32
5237For each expression, @code{@value{AS}} emits a 32-bit number.
5238@end ifset
5239@ifset W16
5240For each expression, @code{@value{AS}} emits a 16-bit number.
5241@end ifset
5242@end ifclear
5243@ifset GENERIC
5244
5245The size of the number emitted, and its byte order,
5246depend on what target computer the assembly is for.
5247@end ifset
5248
5249@c on amd29k, i960, sparc the "special treatment to support compilers" doesn't
5250@c happen---32-bit addressability, period; no long/short jumps.
5251@ifset DIFF-TBL-KLUGE
5252@cindex difference tables altered
5253@cindex altered difference tables
5254@quotation
5255@emph{Warning: Special Treatment to support Compilers}
5256@end quotation
5257
5258@ifset GENERIC
5259Machines with a 32-bit address space, but that do less than 32-bit
5260addressing, require the following special treatment. If the machine of
5261interest to you does 32-bit addressing (or doesn't require it;
5262@pxref{Machine Dependencies}), you can ignore this issue.
5263
5264@end ifset
5265In order to assemble compiler output into something that works,
a349d9dd 5266@code{@value{AS}} occasionally does strange things to @samp{.word} directives.
252b5132
RH
5267Directives of the form @samp{.word sym1-sym2} are often emitted by
5268compilers as part of jump tables. Therefore, when @code{@value{AS}} assembles a
5269directive of the form @samp{.word sym1-sym2}, and the difference between
5270@code{sym1} and @code{sym2} does not fit in 16 bits, @code{@value{AS}}
5271creates a @dfn{secondary jump table}, immediately before the next label.
5272This secondary jump table is preceded by a short-jump to the
5273first byte after the secondary table. This short-jump prevents the flow
5274of control from accidentally falling into the new table. Inside the
5275table is a long-jump to @code{sym2}. The original @samp{.word}
5276contains @code{sym1} minus the address of the long-jump to
5277@code{sym2}.
5278
5279If there were several occurrences of @samp{.word sym1-sym2} before the
5280secondary jump table, all of them are adjusted. If there was a
5281@samp{.word sym3-sym4}, that also did not fit in sixteen bits, a
5282long-jump to @code{sym4} is included in the secondary jump table,
5283and the @code{.word} directives are adjusted to contain @code{sym3}
5284minus the address of the long-jump to @code{sym4}; and so on, for as many
5285entries in the original jump table as necessary.
5286
5287@ifset INTERNALS
5288@emph{This feature may be disabled by compiling @code{@value{AS}} with the
5289@samp{-DWORKING_DOT_WORD} option.} This feature is likely to confuse
5290assembly language programmers.
5291@end ifset
5292@end ifset
5293@c end DIFF-TBL-KLUGE
5294
5295@node Deprecated
5296@section Deprecated Directives
5297
5298@cindex deprecated directives
5299@cindex obsolescent directives
5300One day these directives won't work.
5301They are included for compatibility with older assemblers.
5302@table @t
5303@item .abort
5304@item .line
5305@end table
5306
5307@ifset GENERIC
5308@node Machine Dependencies
5309@chapter Machine Dependent Features
5310
5311@cindex machine dependencies
5312The machine instruction sets are (almost by definition) different on
5313each machine where @code{@value{AS}} runs. Floating point representations
5314vary as well, and @code{@value{AS}} often supports a few additional
5315directives or command-line options for compatibility with other
5316assemblers on a particular platform. Finally, some versions of
5317@code{@value{AS}} support special pseudo-instructions for branch
5318optimization.
5319
5320This chapter discusses most of these differences, though it does not
5321include details on any machine's instruction set. For details on that
5322subject, see the hardware manufacturer's manual.
5323
5324@menu
5325@ifset A29K
5326* AMD29K-Dependent:: AMD 29K Dependent Features
5327@end ifset
5328@ifset ARC
5329* ARC-Dependent:: ARC Dependent Features
5330@end ifset
5331@ifset ARM
5332* ARM-Dependent:: ARM Dependent Features
5333@end ifset
5334@ifset D10V
5335* D10V-Dependent:: D10V Dependent Features
5336@end ifset
5337@ifset D30V
5338* D30V-Dependent:: D30V Dependent Features
5339@end ifset
5340@ifset H8/300
5341* H8/300-Dependent:: Hitachi H8/300 Dependent Features
5342@end ifset
5343@ifset H8/500
5344* H8/500-Dependent:: Hitachi H8/500 Dependent Features
5345@end ifset
5346@ifset HPPA
5347* HPPA-Dependent:: HPPA Dependent Features
5348@end ifset
5b93d8bb
AM
5349@ifset I370
5350* ESA/390-Dependent:: IBM ESA/390 Dependent Features
5351@end ifset
252b5132 5352@ifset I80386
55b62671 5353* i386-Dependent:: Intel 80386 and AMD x86-64 Dependent Features
252b5132 5354@end ifset
e3308d0d
JE
5355@ifset I860
5356* i860-Dependent:: Intel 80860 Dependent Features
5357@end ifset
252b5132
RH
5358@ifset I960
5359* i960-Dependent:: Intel 80960 Dependent Features
5360@end ifset
ec694b89
NC
5361@ifset M32R
5362* M32R-Dependent:: M32R Dependent Features
5363@end ifset
252b5132
RH
5364@ifset M680X0
5365* M68K-Dependent:: M680x0 Dependent Features
5366@end ifset
60bcf0fa
NC
5367@ifset M68HC11
5368* M68HC11-Dependent:: M68HC11 and 68HC12 Dependent Features
5369@end ifset
252b5132
RH
5370@ifset MIPS
5371* MIPS-Dependent:: MIPS Dependent Features
5372@end ifset
5373@ifset SH
5374* SH-Dependent:: Hitachi SH Dependent Features
5375@end ifset
e135f41b
NC
5376@ifset PDP11
5377* PDP-11-Dependent:: PDP-11 Dependent Features
5378@end ifset
041dd5a9
ILT
5379@ifset PJ
5380* PJ-Dependent:: picoJava Dependent Features
5381@end ifset
252b5132
RH
5382@ifset SPARC
5383* Sparc-Dependent:: SPARC Dependent Features
5384@end ifset
39bec121
TW
5385@ifset TIC54X
5386* TIC54X-Dependent:: TI TMS320C54x Dependent Features
5387@end ifset
252b5132
RH
5388@ifset V850
5389* V850-Dependent:: V850 Dependent Features
5390@end ifset
5391@ifset Z8000
5392* Z8000-Dependent:: Z8000 Dependent Features
5393@end ifset
5394@ifset VAX
5395* Vax-Dependent:: VAX Dependent Features
5396@end ifset
5397@end menu
5398
5399@lowersections
5400@end ifset
5401
5402@c The following major nodes are *sections* in the GENERIC version, *chapters*
5403@c in single-cpu versions. This is mainly achieved by @lowersections. There is a
5404@c peculiarity: to preserve cross-references, there must be a node called
5405@c "Machine Dependencies". Hence the conditional nodenames in each
5406@c major node below. Node defaulting in makeinfo requires adjacency of
5407@c node and sectioning commands; hence the repetition of @chapter BLAH
5408@c in both conditional blocks.
5409
5410@ifset ARC
0d2bcfaf 5411@include c-arc.texi
252b5132
RH
5412@end ifset
5413
5414@ifset A29K
5415@include c-a29k.texi
5416@end ifset
5417
5418@ifset ARM
5419@include c-arm.texi
5420@end ifset
5421
5422@ifset Hitachi-all
5423@ifclear GENERIC
5424@node Machine Dependencies
5425@chapter Machine Dependent Features
5426
5427The machine instruction sets are different on each Hitachi chip family,
5428and there are also some syntax differences among the families. This
5429chapter describes the specific @code{@value{AS}} features for each
5430family.
5431
5432@menu
5433* H8/300-Dependent:: Hitachi H8/300 Dependent Features
5434* H8/500-Dependent:: Hitachi H8/500 Dependent Features
5435* SH-Dependent:: Hitachi SH Dependent Features
5436@end menu
5437@lowersections
5438@end ifclear
5439@end ifset
5440
5441@ifset D10V
5442@include c-d10v.texi
5443@end ifset
5444
5445@ifset D30V
5446@include c-d30v.texi
5447@end ifset
5448
5449@ifset H8/300
5450@include c-h8300.texi
5451@end ifset
5452
5453@ifset H8/500
5454@include c-h8500.texi
5455@end ifset
5456
5457@ifset HPPA
5458@include c-hppa.texi
5459@end ifset
5460
5b93d8bb
AM
5461@ifset I370
5462@include c-i370.texi
5463@end ifset
5464
252b5132
RH
5465@ifset I80386
5466@include c-i386.texi
5467@end ifset
5468
e3308d0d
JE
5469@ifset I860
5470@include c-i860.texi
5471@end ifset
5472
252b5132
RH
5473@ifset I960
5474@include c-i960.texi
5475@end ifset
5476
ec694b89
NC
5477@ifset M32R
5478@include c-m32r.texi
5479@end ifset
252b5132
RH
5480
5481@ifset M680X0
5482@include c-m68k.texi
5483@end ifset
5484
60bcf0fa
NC
5485@ifset M68HC11
5486@include c-m68hc11.texi
5487@end ifset
5488
252b5132
RH
5489@ifset MIPS
5490@include c-mips.texi
5491@end ifset
5492
5493@ifset NS32K
5494@include c-ns32k.texi
5495@end ifset
5496
e135f41b
NC
5497@ifset PDP11
5498@include c-pdp11.texi
5499@end ifset
5500
041dd5a9
ILT
5501@ifset PJ
5502@include c-pj.texi
5503@end ifset
5504
252b5132
RH
5505@ifset SH
5506@include c-sh.texi
5507@end ifset
5508
5509@ifset SPARC
5510@include c-sparc.texi
5511@end ifset
5512
39bec121
TW
5513@ifset TIC54X
5514@include c-tic54x.texi
5515@end ifset
5516
252b5132
RH
5517@ifset Z8000
5518@include c-z8k.texi
5519@end ifset
5520
5521@ifset VAX
5522@include c-vax.texi
5523@end ifset
5524
5525@ifset V850
5526@include c-v850.texi
5527@end ifset
5528
5529@ifset GENERIC
5530@c reverse effect of @down at top of generic Machine-Dep chapter
5531@raisesections
5532@end ifset
5533
5534@node Reporting Bugs
5535@chapter Reporting Bugs
5536@cindex bugs in assembler
5537@cindex reporting bugs in assembler
5538
5539Your bug reports play an essential role in making @code{@value{AS}} reliable.
5540
5541Reporting a bug may help you by bringing a solution to your problem, or it may
5542not. But in any case the principal function of a bug report is to help the
5543entire community by making the next version of @code{@value{AS}} work better.
5544Bug reports are your contribution to the maintenance of @code{@value{AS}}.
5545
5546In order for a bug report to serve its purpose, you must include the
5547information that enables us to fix the bug.
5548
5549@menu
5550* Bug Criteria:: Have you found a bug?
5551* Bug Reporting:: How to report bugs
5552@end menu
5553
5554@node Bug Criteria
5555@section Have you found a bug?
5556@cindex bug criteria
5557
5558If you are not sure whether you have found a bug, here are some guidelines:
5559
5560@itemize @bullet
5561@cindex fatal signal
5562@cindex assembler crash
5563@cindex crash of assembler
5564@item
5565If the assembler gets a fatal signal, for any input whatever, that is a
5566@code{@value{AS}} bug. Reliable assemblers never crash.
5567
5568@cindex error on valid input
5569@item
5570If @code{@value{AS}} produces an error message for valid input, that is a bug.
5571
5572@cindex invalid input
5573@item
5574If @code{@value{AS}} does not produce an error message for invalid input, that
5575is a bug. However, you should note that your idea of ``invalid input'' might
5576be our idea of ``an extension'' or ``support for traditional practice''.
5577
5578@item
5579If you are an experienced user of assemblers, your suggestions for improvement
5580of @code{@value{AS}} are welcome in any case.
5581@end itemize
5582
5583@node Bug Reporting
5584@section How to report bugs
5585@cindex bug reports
5586@cindex assembler bugs, reporting
5587
5588A number of companies and individuals offer support for @sc{gnu} products. If
5589you obtained @code{@value{AS}} from a support organization, we recommend you
5590contact that organization first.
5591
5592You can find contact information for many support companies and
5593individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
5594distribution.
5595
5596In any event, we also recommend that you send bug reports for @code{@value{AS}}
46a04e3a 5597to @samp{bug-binutils@@gnu.org}.
252b5132
RH
5598
5599The fundamental principle of reporting bugs usefully is this:
5600@strong{report all the facts}. If you are not sure whether to state a
5601fact or leave it out, state it!
5602
5603Often people omit facts because they think they know what causes the problem
5604and assume that some details do not matter. Thus, you might assume that the
5605name of a symbol you use in an example does not matter. Well, probably it does
5606not, but one cannot be sure. Perhaps the bug is a stray memory reference which
5607happens to fetch from the location where that name is stored in memory;
5608perhaps, if the name were different, the contents of that location would fool
5609the assembler into doing the right thing despite the bug. Play it safe and
5610give a specific, complete example. That is the easiest thing for you to do,
5611and the most helpful.
5612
5613Keep in mind that the purpose of a bug report is to enable us to fix the bug if
5614it is new to us. Therefore, always write your bug reports on the assumption
5615that the bug has not been reported previously.
5616
5617Sometimes people give a few sketchy facts and ask, ``Does this ring a
5618bell?'' Those bug reports are useless, and we urge everyone to
5619@emph{refuse to respond to them} except to chide the sender to report
5620bugs properly.
5621
5622To enable us to fix the bug, you should include all these things:
5623
5624@itemize @bullet
5625@item
5626The version of @code{@value{AS}}. @code{@value{AS}} announces it if you start
5627it with the @samp{--version} argument.
5628
5629Without this, we will not know whether there is any point in looking for
5630the bug in the current version of @code{@value{AS}}.
5631
5632@item
5633Any patches you may have applied to the @code{@value{AS}} source.
5634
5635@item
5636The type of machine you are using, and the operating system name and
5637version number.
5638
5639@item
5640What compiler (and its version) was used to compile @code{@value{AS}}---e.g.
5641``@code{gcc-2.7}''.
5642
5643@item
5644The command arguments you gave the assembler to assemble your example and
5645observe the bug. To guarantee you will not omit something important, list them
5646all. A copy of the Makefile (or the output from make) is sufficient.
5647
5648If we were to try to guess the arguments, we would probably guess wrong
5649and then we might not encounter the bug.
5650
5651@item
5652A complete input file that will reproduce the bug. If the bug is observed when
5653the assembler is invoked via a compiler, send the assembler source, not the
5654high level language source. Most compilers will produce the assembler source
5655when run with the @samp{-S} option. If you are using @code{@value{GCC}}, use
5656the options @samp{-v --save-temps}; this will save the assembler source in a
5657file with an extension of @file{.s}, and also show you exactly how
5658@code{@value{AS}} is being run.
5659
5660@item
5661A description of what behavior you observe that you believe is
5662incorrect. For example, ``It gets a fatal signal.''
5663
5664Of course, if the bug is that @code{@value{AS}} gets a fatal signal, then we
5665will certainly notice it. But if the bug is incorrect output, we might not
5666notice unless it is glaringly wrong. You might as well not give us a chance to
5667make a mistake.
5668
5669Even if the problem you experience is a fatal signal, you should still say so
5670explicitly. Suppose something strange is going on, such as, your copy of
5671@code{@value{AS}} is out of synch, or you have encountered a bug in the C
5672library on your system. (This has happened!) Your copy might crash and ours
5673would not. If you told us to expect a crash, then when ours fails to crash, we
5674would know that the bug was not happening for us. If you had not told us to
5675expect a crash, then we would not be able to draw any conclusion from our
5676observations.
5677
5678@item
5679If you wish to suggest changes to the @code{@value{AS}} source, send us context
5680diffs, as generated by @code{diff} with the @samp{-u}, @samp{-c}, or @samp{-p}
5681option. Always send diffs from the old file to the new file. If you even
5682discuss something in the @code{@value{AS}} source, refer to it by context, not
5683by line number.
5684
5685The line numbers in our development sources will not match those in your
5686sources. Your line numbers would convey no useful information to us.
5687@end itemize
5688
5689Here are some things that are not necessary:
5690
5691@itemize @bullet
5692@item
5693A description of the envelope of the bug.
5694
5695Often people who encounter a bug spend a lot of time investigating
5696which changes to the input file will make the bug go away and which
5697changes will not affect it.
5698
5699This is often time consuming and not very useful, because the way we
5700will find the bug is by running a single example under the debugger
5701with breakpoints, not by pure deduction from a series of examples.
5702We recommend that you save your time for something else.
5703
5704Of course, if you can find a simpler example to report @emph{instead}
5705of the original one, that is a convenience for us. Errors in the
5706output will be easier to spot, running under the debugger will take
5707less time, and so on.
5708
5709However, simplification is not vital; if you do not want to do this,
5710report the bug anyway and send us the entire test case you used.
5711
5712@item
5713A patch for the bug.
5714
5715A patch for the bug does help us if it is a good one. But do not omit
5716the necessary information, such as the test case, on the assumption that
5717a patch is all we need. We might see problems with your patch and decide
5718to fix the problem another way, or we might not understand it at all.
5719
5720Sometimes with a program as complicated as @code{@value{AS}} it is very hard to
5721construct an example that will make the program follow a certain path through
5722the code. If you do not send us the example, we will not be able to construct
5723one, so we will not be able to verify that the bug is fixed.
5724
5725And if we cannot understand what bug you are trying to fix, or why your
5726patch should be an improvement, we will not install it. A test case will
5727help us to understand.
5728
5729@item
5730A guess about what the bug is or what it depends on.
5731
5732Such guesses are usually wrong. Even we cannot guess right about such
5733things without first using the debugger to find the facts.
5734@end itemize
5735
5736@node Acknowledgements
5737@chapter Acknowledgements
5738
5739If you have contributed to @code{@value{AS}} and your name isn't listed here,
5740it is not meant as a slight. We just don't know about it. Send mail to the
5741maintainer, and we'll correct the situation. Currently
5742@c (January 1994),
5743the maintainer is Ken Raeburn (email address @code{raeburn@@cygnus.com}).
5744
5745Dean Elsner wrote the original @sc{gnu} assembler for the VAX.@footnote{Any
5746more details?}
5747
5748Jay Fenlason maintained GAS for a while, adding support for GDB-specific debug
5749information and the 68k series machines, most of the preprocessing pass, and
5750extensive changes in @file{messages.c}, @file{input-file.c}, @file{write.c}.
5751
5752K. Richard Pixley maintained GAS for a while, adding various enhancements and
5753many bug fixes, including merging support for several processors, breaking GAS
5754up to handle multiple object file format back ends (including heavy rewrite,
5755testing, an integration of the coff and b.out back ends), adding configuration
5756including heavy testing and verification of cross assemblers and file splits
5757and renaming, converted GAS to strictly ANSI C including full prototypes, added
5758support for m680[34]0 and cpu32, did considerable work on i960 including a COFF
5759port (including considerable amounts of reverse engineering), a SPARC opcode
5760file rewrite, DECstation, rs6000, and hp300hpux host ports, updated ``know''
5761assertions and made them work, much other reorganization, cleanup, and lint.
5762
5763Ken Raeburn wrote the high-level BFD interface code to replace most of the code
5764in format-specific I/O modules.
5765
5766The original VMS support was contributed by David L. Kashtan. Eric Youngdale
5767has done much work with it since.
5768
5769The Intel 80386 machine description was written by Eliot Dresselhaus.
5770
5771Minh Tran-Le at IntelliCorp contributed some AIX 386 support.
5772
5773The Motorola 88k machine description was contributed by Devon Bowen of Buffalo
5774University and Torbjorn Granlund of the Swedish Institute of Computer Science.
5775
5776Keith Knowles at the Open Software Foundation wrote the original MIPS back end
5777(@file{tc-mips.c}, @file{tc-mips.h}), and contributed Rose format support
5778(which hasn't been merged in yet). Ralph Campbell worked with the MIPS code to
5779support a.out format.
5780
5781Support for the Zilog Z8k and Hitachi H8/300 and H8/500 processors (tc-z8k,
5782tc-h8300, tc-h8500), and IEEE 695 object file format (obj-ieee), was written by
5783Steve Chamberlain of Cygnus Support. Steve also modified the COFF back end to
5784use BFD for some low-level operations, for use with the H8/300 and AMD 29k
5785targets.
5786
5787John Gilmore built the AMD 29000 support, added @code{.include} support, and
5788simplified the configuration of which versions accept which directives. He
5789updated the 68k machine description so that Motorola's opcodes always produced
5790fixed-size instructions (e.g. @code{jsr}), while synthetic instructions
5791remained shrinkable (@code{jbsr}). John fixed many bugs, including true tested
5792cross-compilation support, and one bug in relaxation that took a week and
5793required the proverbial one-bit fix.
5794
5795Ian Lance Taylor of Cygnus Support merged the Motorola and MIT syntax for the
579668k, completed support for some COFF targets (68k, i386 SVR3, and SCO Unix),
5797added support for MIPS ECOFF and ELF targets, wrote the initial RS/6000 and
5798PowerPC assembler, and made a few other minor patches.
5799
5800Steve Chamberlain made @code{@value{AS}} able to generate listings.
5801
5802Hewlett-Packard contributed support for the HP9000/300.
5803
5804Jeff Law wrote GAS and BFD support for the native HPPA object format (SOM)
5805along with a fairly extensive HPPA testsuite (for both SOM and ELF object
5806formats). This work was supported by both the Center for Software Science at
5807the University of Utah and Cygnus Support.
5808
5809Support for ELF format files has been worked on by Mark Eichin of Cygnus
5810Support (original, incomplete implementation for SPARC), Pete Hoogenboom and
5811Jeff Law at the University of Utah (HPPA mainly), Michael Meissner of the Open
5812Software Foundation (i386 mainly), and Ken Raeburn of Cygnus Support (sparc,
5813and some initial 64-bit support).
5814
5b93d8bb
AM
5815Linas Vepstas added GAS support for the ESA/390 "IBM 370" architecture.
5816
252b5132
RH
5817Richard Henderson rewrote the Alpha assembler. Klaus Kaempf wrote GAS and BFD
5818support for openVMS/Alpha.
5819
39bec121
TW
5820Timothy Wall, Michael Hayes, and Greg Smart contributed to the various tic*
5821flavors.
5822
252b5132
RH
5823Several engineers at Cygnus Support have also provided many small bug fixes and
5824configuration enhancements.
5825
5826Many others have contributed large or small bugfixes and enhancements. If
5827you have contributed significant work and are not mentioned on this list, and
5828want to be, let us know. Some of the history has been lost; we are not
5829intentionally leaving anyone out.
5830
cf055d54
NC
5831@node GNU Free Documentation License
5832@chapter GNU Free Documentation License
5833
5834 GNU Free Documentation License
5835
5836 Version 1.1, March 2000
5837
5838 Copyright (C) 2000 Free Software Foundation, Inc.
5839 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5840
5841 Everyone is permitted to copy and distribute verbatim copies
5842 of this license document, but changing it is not allowed.
5843
5844
58450. PREAMBLE
5846
5847The purpose of this License is to make a manual, textbook, or other
5848written document "free" in the sense of freedom: to assure everyone
5849the effective freedom to copy and redistribute it, with or without
5850modifying it, either commercially or noncommercially. Secondarily,
5851this License preserves for the author and publisher a way to get
5852credit for their work, while not being considered responsible for
5853modifications made by others.
5854
5855This License is a kind of "copyleft", which means that derivative
5856works of the document must themselves be free in the same sense. It
5857complements the GNU General Public License, which is a copyleft
5858license designed for free software.
5859
5860We have designed this License in order to use it for manuals for free
5861software, because free software needs free documentation: a free
5862program should come with manuals providing the same freedoms that the
5863software does. But this License is not limited to software manuals;
5864it can be used for any textual work, regardless of subject matter or
5865whether it is published as a printed book. We recommend this License
5866principally for works whose purpose is instruction or reference.
5867
5868
58691. APPLICABILITY AND DEFINITIONS
5870
5871This License applies to any manual or other work that contains a
5872notice placed by the copyright holder saying it can be distributed
5873under the terms of this License. The "Document", below, refers to any
5874such manual or work. Any member of the public is a licensee, and is
5875addressed as "you".
5876
5877A "Modified Version" of the Document means any work containing the
5878Document or a portion of it, either copied verbatim, or with
5879modifications and/or translated into another language.
5880
5881A "Secondary Section" is a named appendix or a front-matter section of
5882the Document that deals exclusively with the relationship of the
5883publishers or authors of the Document to the Document's overall subject
5884(or to related matters) and contains nothing that could fall directly
5885within that overall subject. (For example, if the Document is in part a
5886textbook of mathematics, a Secondary Section may not explain any
5887mathematics.) The relationship could be a matter of historical
5888connection with the subject or with related matters, or of legal,
5889commercial, philosophical, ethical or political position regarding
5890them.
5891
5892The "Invariant Sections" are certain Secondary Sections whose titles
5893are designated, as being those of Invariant Sections, in the notice
5894that says that the Document is released under this License.
5895
5896The "Cover Texts" are certain short passages of text that are listed,
5897as Front-Cover Texts or Back-Cover Texts, in the notice that says that
5898the Document is released under this License.
5899
5900A "Transparent" copy of the Document means a machine-readable copy,
5901represented in a format whose specification is available to the
5902general public, whose contents can be viewed and edited directly and
5903straightforwardly with generic text editors or (for images composed of
5904pixels) generic paint programs or (for drawings) some widely available
5905drawing editor, and that is suitable for input to text formatters or
5906for automatic translation to a variety of formats suitable for input
5907to text formatters. A copy made in an otherwise Transparent file
5908format whose markup has been designed to thwart or discourage
5909subsequent modification by readers is not Transparent. A copy that is
5910not "Transparent" is called "Opaque".
5911
5912Examples of suitable formats for Transparent copies include plain
5913ASCII without markup, Texinfo input format, LaTeX input format, SGML
5914or XML using a publicly available DTD, and standard-conforming simple
5915HTML designed for human modification. Opaque formats include
5916PostScript, PDF, proprietary formats that can be read and edited only
5917by proprietary word processors, SGML or XML for which the DTD and/or
5918processing tools are not generally available, and the
5919machine-generated HTML produced by some word processors for output
5920purposes only.
5921
5922The "Title Page" means, for a printed book, the title page itself,
5923plus such following pages as are needed to hold, legibly, the material
5924this License requires to appear in the title page. For works in
5925formats which do not have any title page as such, "Title Page" means
5926the text near the most prominent appearance of the work's title,
5927preceding the beginning of the body of the text.
5928
5929
59302. VERBATIM COPYING
5931
5932You may copy and distribute the Document in any medium, either
5933commercially or noncommercially, provided that this License, the
5934copyright notices, and the license notice saying this License applies
5935to the Document are reproduced in all copies, and that you add no other
5936conditions whatsoever to those of this License. You may not use
5937technical measures to obstruct or control the reading or further
5938copying of the copies you make or distribute. However, you may accept
5939compensation in exchange for copies. If you distribute a large enough
5940number of copies you must also follow the conditions in section 3.
5941
5942You may also lend copies, under the same conditions stated above, and
5943you may publicly display copies.
5944
5945
59463. COPYING IN QUANTITY
5947
5948If you publish printed copies of the Document numbering more than 100,
5949and the Document's license notice requires Cover Texts, you must enclose
5950the copies in covers that carry, clearly and legibly, all these Cover
5951Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
5952the back cover. Both covers must also clearly and legibly identify
5953you as the publisher of these copies. The front cover must present
5954the full title with all words of the title equally prominent and
5955visible. You may add other material on the covers in addition.
5956Copying with changes limited to the covers, as long as they preserve
5957the title of the Document and satisfy these conditions, can be treated
5958as verbatim copying in other respects.
5959
5960If the required texts for either cover are too voluminous to fit
5961legibly, you should put the first ones listed (as many as fit
5962reasonably) on the actual cover, and continue the rest onto adjacent
5963pages.
5964
5965If you publish or distribute Opaque copies of the Document numbering
5966more than 100, you must either include a machine-readable Transparent
5967copy along with each Opaque copy, or state in or with each Opaque copy
5968a publicly-accessible computer-network location containing a complete
5969Transparent copy of the Document, free of added material, which the
5970general network-using public has access to download anonymously at no
5971charge using public-standard network protocols. If you use the latter
5972option, you must take reasonably prudent steps, when you begin
5973distribution of Opaque copies in quantity, to ensure that this
5974Transparent copy will remain thus accessible at the stated location
5975until at least one year after the last time you distribute an Opaque
5976copy (directly or through your agents or retailers) of that edition to
5977the public.
5978
5979It is requested, but not required, that you contact the authors of the
5980Document well before redistributing any large number of copies, to give
5981them a chance to provide you with an updated version of the Document.
5982
5983
59844. MODIFICATIONS
5985
5986You may copy and distribute a Modified Version of the Document under
5987the conditions of sections 2 and 3 above, provided that you release
5988the Modified Version under precisely this License, with the Modified
5989Version filling the role of the Document, thus licensing distribution
5990and modification of the Modified Version to whoever possesses a copy
5991of it. In addition, you must do these things in the Modified Version:
5992
5993A. Use in the Title Page (and on the covers, if any) a title distinct
5994 from that of the Document, and from those of previous versions
5995 (which should, if there were any, be listed in the History section
5996 of the Document). You may use the same title as a previous version
5997 if the original publisher of that version gives permission.
5998B. List on the Title Page, as authors, one or more persons or entities
5999 responsible for authorship of the modifications in the Modified
6000 Version, together with at least five of the principal authors of the
6001 Document (all of its principal authors, if it has less than five).
6002C. State on the Title page the name of the publisher of the
6003 Modified Version, as the publisher.
6004D. Preserve all the copyright notices of the Document.
6005E. Add an appropriate copyright notice for your modifications
6006 adjacent to the other copyright notices.
6007F. Include, immediately after the copyright notices, a license notice
6008 giving the public permission to use the Modified Version under the
6009 terms of this License, in the form shown in the Addendum below.
6010G. Preserve in that license notice the full lists of Invariant Sections
6011 and required Cover Texts given in the Document's license notice.
6012H. Include an unaltered copy of this License.
6013I. Preserve the section entitled "History", and its title, and add to
6014 it an item stating at least the title, year, new authors, and
6015 publisher of the Modified Version as given on the Title Page. If
6016 there is no section entitled "History" in the Document, create one
6017 stating the title, year, authors, and publisher of the Document as
6018 given on its Title Page, then add an item describing the Modified
6019 Version as stated in the previous sentence.
6020J. Preserve the network location, if any, given in the Document for
6021 public access to a Transparent copy of the Document, and likewise
6022 the network locations given in the Document for previous versions
6023 it was based on. These may be placed in the "History" section.
6024 You may omit a network location for a work that was published at
6025 least four years before the Document itself, or if the original
6026 publisher of the version it refers to gives permission.
6027K. In any section entitled "Acknowledgements" or "Dedications",
6028 preserve the section's title, and preserve in the section all the
6029 substance and tone of each of the contributor acknowledgements
6030 and/or dedications given therein.
6031L. Preserve all the Invariant Sections of the Document,
6032 unaltered in their text and in their titles. Section numbers
6033 or the equivalent are not considered part of the section titles.
6034M. Delete any section entitled "Endorsements". Such a section
6035 may not be included in the Modified Version.
6036N. Do not retitle any existing section as "Endorsements"
6037 or to conflict in title with any Invariant Section.
6038
6039If the Modified Version includes new front-matter sections or
6040appendices that qualify as Secondary Sections and contain no material
6041copied from the Document, you may at your option designate some or all
6042of these sections as invariant. To do this, add their titles to the
6043list of Invariant Sections in the Modified Version's license notice.
6044These titles must be distinct from any other section titles.
6045
6046You may add a section entitled "Endorsements", provided it contains
6047nothing but endorsements of your Modified Version by various
6048parties--for example, statements of peer review or that the text has
6049been approved by an organization as the authoritative definition of a
6050standard.
6051
6052You may add a passage of up to five words as a Front-Cover Text, and a
6053passage of up to 25 words as a Back-Cover Text, to the end of the list
6054of Cover Texts in the Modified Version. Only one passage of
6055Front-Cover Text and one of Back-Cover Text may be added by (or
6056through arrangements made by) any one entity. If the Document already
6057includes a cover text for the same cover, previously added by you or
6058by arrangement made by the same entity you are acting on behalf of,
6059you may not add another; but you may replace the old one, on explicit
6060permission from the previous publisher that added the old one.
6061
6062The author(s) and publisher(s) of the Document do not by this License
6063give permission to use their names for publicity for or to assert or
6064imply endorsement of any Modified Version.
6065
6066
60675. COMBINING DOCUMENTS
6068
6069You may combine the Document with other documents released under this
6070License, under the terms defined in section 4 above for modified
6071versions, provided that you include in the combination all of the
6072Invariant Sections of all of the original documents, unmodified, and
6073list them all as Invariant Sections of your combined work in its
6074license notice.
6075
6076The combined work need only contain one copy of this License, and
6077multiple identical Invariant Sections may be replaced with a single
6078copy. If there are multiple Invariant Sections with the same name but
6079different contents, make the title of each such section unique by
6080adding at the end of it, in parentheses, the name of the original
6081author or publisher of that section if known, or else a unique number.
6082Make the same adjustment to the section titles in the list of
6083Invariant Sections in the license notice of the combined work.
6084
6085In the combination, you must combine any sections entitled "History"
6086in the various original documents, forming one section entitled
6087"History"; likewise combine any sections entitled "Acknowledgements",
6088and any sections entitled "Dedications". You must delete all sections
6089entitled "Endorsements."
6090
6091
60926. COLLECTIONS OF DOCUMENTS
6093
6094You may make a collection consisting of the Document and other documents
6095released under this License, and replace the individual copies of this
6096License in the various documents with a single copy that is included in
6097the collection, provided that you follow the rules of this License for
6098verbatim copying of each of the documents in all other respects.
6099
6100You may extract a single document from such a collection, and distribute
6101it individually under this License, provided you insert a copy of this
6102License into the extracted document, and follow this License in all
6103other respects regarding verbatim copying of that document.
6104
6105
61067. AGGREGATION WITH INDEPENDENT WORKS
6107
6108A compilation of the Document or its derivatives with other separate
6109and independent documents or works, in or on a volume of a storage or
6110distribution medium, does not as a whole count as a Modified Version
6111of the Document, provided no compilation copyright is claimed for the
6112compilation. Such a compilation is called an "aggregate", and this
6113License does not apply to the other self-contained works thus compiled
6114with the Document, on account of their being thus compiled, if they
6115are not themselves derivative works of the Document.
6116
6117If the Cover Text requirement of section 3 is applicable to these
6118copies of the Document, then if the Document is less than one quarter
6119of the entire aggregate, the Document's Cover Texts may be placed on
6120covers that surround only the Document within the aggregate.
6121Otherwise they must appear on covers around the whole aggregate.
6122
6123
61248. TRANSLATION
6125
6126Translation is considered a kind of modification, so you may
6127distribute translations of the Document under the terms of section 4.
6128Replacing Invariant Sections with translations requires special
6129permission from their copyright holders, but you may include
6130translations of some or all Invariant Sections in addition to the
6131original versions of these Invariant Sections. You may include a
6132translation of this License provided that you also include the
6133original English version of this License. In case of a disagreement
6134between the translation and the original English version of this
6135License, the original English version will prevail.
6136
6137
61389. TERMINATION
6139
6140You may not copy, modify, sublicense, or distribute the Document except
6141as expressly provided for under this License. Any other attempt to
6142copy, modify, sublicense or distribute the Document is void, and will
6143automatically terminate your rights under this License. However,
6144parties who have received copies, or rights, from you under this
6145License will not have their licenses terminated so long as such
6146parties remain in full compliance.
6147
6148
614910. FUTURE REVISIONS OF THIS LICENSE
6150
6151The Free Software Foundation may publish new, revised versions
6152of the GNU Free Documentation License from time to time. Such new
6153versions will be similar in spirit to the present version, but may
6154differ in detail to address new problems or concerns. See
6155http://www.gnu.org/copyleft/.
6156
6157Each version of the License is given a distinguishing version number.
6158If the Document specifies that a particular numbered version of this
6159License "or any later version" applies to it, you have the option of
6160following the terms and conditions either of that specified version or
6161of any later version that has been published (not as a draft) by the
6162Free Software Foundation. If the Document does not specify a version
6163number of this License, you may choose any version ever published (not
6164as a draft) by the Free Software Foundation.
6165
6166
6167ADDENDUM: How to use this License for your documents
6168
6169To use this License in a document you have written, include a copy of
6170the License in the document and put the following copyright and
6171license notices just after the title page:
6172
6173@smallexample
6174 Copyright (c) YEAR YOUR NAME.
6175 Permission is granted to copy, distribute and/or modify this document
6176 under the terms of the GNU Free Documentation License, Version 1.1
6177 or any later version published by the Free Software Foundation;
6178 with the Invariant Sections being LIST THEIR TITLES, with the
6179 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
6180 A copy of the license is included in the section entitled "GNU
6181 Free Documentation License".
6182@end smallexample
6183
6184If you have no Invariant Sections, write "with no Invariant Sections"
6185instead of saying which ones are invariant. If you have no
6186Front-Cover Texts, write "no Front-Cover Texts" instead of
6187"Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
6188
6189If your document contains nontrivial examples of program code, we
6190recommend releasing these examples in parallel under your choice of
6191free software license, such as the GNU General Public License,
6192to permit their use in free software.
6193
252b5132
RH
6194@node Index
6195@unnumbered Index
6196
6197@printindex cp
6198
6199@contents
6200@bye
6201@c Local Variables:
6202@c fill-column: 79
6203@c End:
This page took 0.330659 seconds and 4 git commands to generate.