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