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