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