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