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