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