* NEWS: Mention new ARM command-line options and VFP support.
[deliverable/binutils-gdb.git] / gas / doc / c-arm.texi
CommitLineData
f7e42eb4
NC
1@c Copyright 1996, 1997, 1998, 1999, 2000, 2001
2@c Free Software Foundation, Inc.
252b5132
RH
3@c This is part of the GAS manual.
4@c For copying conditions, see the file as.texinfo.
5
6@ifset GENERIC
7@page
8@node ARM-Dependent
9@chapter ARM Dependent Features
10@end ifset
11
12@ifclear GENERIC
13@node Machine Dependencies
14@chapter ARM Dependent Features
15@end ifclear
16
17@cindex ARM support
18@cindex Thumb support
19@menu
20* ARM Options:: Options
21* ARM Syntax:: Syntax
22* ARM Floating Point:: Floating Point
23* ARM Directives:: ARM Machine Directives
24* ARM Opcodes:: Opcodes
25@end menu
26
27@node ARM Options
28@section Options
29@cindex ARM options (none)
30@cindex options for ARM (none)
adcf07e6 31
252b5132 32@table @code
adcf07e6 33
03b1477f
RE
34@cindex @code{-mcpu=} command line option, ARM
35@item -mcpu=@var{processor}[+@var{extension}@dots]
252b5132
RH
36This option specifies the target processor. The assembler will issue an
37error message if an attempt is made to assemble an instruction which
03b1477f
RE
38will not execute on the target processor. The following processor names are
39recognized:
40@code{arm1},
41@code{arm2},
42@code{arm250},
43@code{arm3},
44@code{arm6},
45@code{arm60},
46@code{arm600},
47@code{arm610},
48@code{arm620},
49@code{arm7},
50@code{arm7m},
51@code{arm7d},
52@code{arm7dm},
53@code{arm7di},
54@code{arm7dmi},
55@code{arm70},
56@code{arm700},
57@code{arm700i},
58@code{arm710},
59@code{arm710t},
60@code{arm720},
61@code{arm720t},
62@code{arm740t},
63@code{arm710c},
64@code{arm7100},
65@code{arm7500},
66@code{arm7500fe},
67@code{arm7t},
68@code{arm7tdmi},
69@code{arm8},
70@code{arm810},
71@code{strongarm},
72@code{strongarm1},
73@code{strongarm110},
74@code{strongarm1100},
75@code{strongarm1110},
76@code{arm9},
77@code{arm920},
78@code{arm920t},
79@code{arm922t},
80@code{arm940t},
81@code{arm9tdmi},
82@code{arm9e},
83@code{arm946e-r0},
84@code{arm946e},
85@code{arm966e-r0},
86@code{arm966e},
87@code{arm10t},
88@code{arm10e},
89@code{arm1020},
90@code{arm1020t},
91@code{arm1020e},
92@code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
93@code{i80200} (Intel XScale processor)
94and
95@code{xscale}.
96The special name @code{all} may be used to allow the
97assembler to accept instructions valid for any ARM processor.
98
99In addition to the basic instruction set, the assembler can be told to
100accept various extension mnemonics that extend the processor using the
101co-processor instruction space. For example, @code{-mcpu=arm920+maverick}
102is equivalent to specifying @code{-mcpu=ep9312}. The following extensions
103are currently supported:
104@code{+maverick}
105and
106@code{+xscale}.
107
108@cindex @code{-march=} command line option, ARM
109@item -march=@var{architecture}[+@var{extension}@dots]
252b5132
RH
110This option specifies the target architecture. The assembler will issue
111an error message if an attempt is made to assemble an instruction which
03b1477f
RE
112will not execute on the target architecture. The following architecture
113names are recognized:
114@code{armv1},
115@code{armv2},
116@code{armv2a},
117@code{armv2s},
118@code{armv3},
119@code{armv3m},
120@code{armv4},
121@code{armv4xm},
122@code{armv4t},
123@code{armv4txm},
124@code{armv5},
125@code{armv5t},
126@code{armv5txm},
127@code{armv5te},
128@code{armv5texp}
129and
130@code{xscale}.
131If both @code{-mcpu} and
132@code{-march} are specified, the assembler will use
133the setting for @code{-mcpu}.
134
135The architecture option can be extended with the same instruction set
136extension options as the @code{-mcpu} option.
137
138@cindex @code{-mfpu=} command line option, ARM
139@item -mfpu=@var{floating-point-format}
140
141This option specifies the floating point format to assemble for. The
142assembler will issue an error message if an attempt is made to assemble
143an instruction which will not execute on the target floating point unit.
144The following format options are recognized:
145@code{softfpa},
146@code{fpe},
147@code{fpa},
148@code{fpa10},
149@code{fpa11},
150@code{arm7500fe},
151@code{softvfp},
152@code{softvfp+vfp},
153@code{vfp},
154@code{vfp10},
155@code{vfp10-r0},
156@code{vfp9},
157@code{vfpxd},
158@code{arm1020t}
159and
160@code{arm1020e}.
161
162In addition to determining which instructions are assembled, this option
163also affects the way in which the @code{.double} assembler directive behaves
164when assembling little-endian code.
165
166The default is dependent on the processor selected. For Architecture 5 or
167later, the default is to assembler for VFP instructions; for earlier
168architectures the default is to assemble for FPA instructions.
adcf07e6 169
252b5132
RH
170@cindex @code{-mthumb} command line option, ARM
171@item -mthumb
03b1477f
RE
172This option specifies that the assembler should start assembling Thumb
173instructions; that is, it should behave as though the file starts with a
174@code{.code 16} directive.
adcf07e6 175
252b5132
RH
176@cindex @code{-mthumb-interwork} command line option, ARM
177@item -mthumb-interwork
178This option specifies that the output generated by the assembler should
179be marked as supporting interworking.
adcf07e6 180
252b5132 181@cindex @code{-mapcs} command line option, ARM
0ac658b8 182@item -mapcs @code{[26|32]}
252b5132
RH
183This option specifies that the output generated by the assembler should
184be marked as supporting the indicated version of the Arm Procedure.
185Calling Standard.
adcf07e6 186
077b8428
NC
187@cindex @code{-matpcs} command line option, ARM
188@item -matpcs
189This option specifies that the output generated by the assembler should
190be marked as supporting the Arm/Thumb Procedure Calling Standard. If
191enabled this option will cause the assembler to create an empty
192debugging section in the object file called .arm.atpcs. Debuggers can
193use this to determine the ABI being used by.
194
adcf07e6 195@cindex @code{-mapcs-float} command line option, ARM
252b5132
RH
196@item -mapcs-float
197This indicates the the floating point variant of the APCS should be
198used. In this variant floating point arguments are passed in FP
550262c4 199registers rather than integer registers.
adcf07e6
NC
200
201@cindex @code{-mapcs-reentrant} command line option, ARM
252b5132
RH
202@item -mapcs-reentrant
203This indicates that the reentrant variant of the APCS should be used.
204This variant supports position independent code.
adcf07e6 205
252b5132
RH
206@cindex @code{-EB} command line option, ARM
207@item -EB
208This option specifies that the output generated by the assembler should
209be marked as being encoded for a big-endian processor.
adcf07e6 210
252b5132
RH
211@cindex @code{-EL} command line option, ARM
212@item -EL
213This option specifies that the output generated by the assembler should
214be marked as being encoded for a little-endian processor.
adcf07e6 215
252b5132
RH
216@cindex @code{-k} command line option, ARM
217@cindex PIC code generation for ARM
218@item -k
a349d9dd
PB
219This option specifies that the output of the assembler should be marked
220as position-independent code (PIC).
adcf07e6
NC
221
222@cindex @code{-moabi} command line option, ARM
252b5132
RH
223@item -moabi
224This indicates that the code should be assembled using the old ARM ELF
225conventions, based on a beta release release of the ARM-ELF
226specifications, rather than the default conventions which are based on
227the final release of the ARM-ELF specifications.
adcf07e6 228
252b5132
RH
229@end table
230
231
232@node ARM Syntax
233@section Syntax
234@menu
235* ARM-Chars:: Special Characters
236* ARM-Regs:: Register Names
237@end menu
238
239@node ARM-Chars
240@subsection Special Characters
241
242@cindex line comment character, ARM
243@cindex ARM line comment character
550262c4
NC
244The presence of a @samp{@@} on a line indicates the start of a comment
245that extends to the end of the current line. If a @samp{#} appears as
246the first character of a line, the whole line is treated as a comment.
247
248@cindex line separator, ARM
249@cindex statement separator, ARM
250@cindex ARM line separator
a349d9dd
PB
251The @samp{;} character can be used instead of a newline to separate
252statements.
550262c4
NC
253
254@cindex immediate character, ARM
255@cindex ARM immediate character
256Either @samp{#} or @samp{$} can be used to indicate immediate operands.
252b5132
RH
257
258@cindex identifiers, ARM
259@cindex ARM identifiers
260*TODO* Explain about /data modifier on symbols.
261
262@node ARM-Regs
263@subsection Register Names
264
265@cindex ARM register names
266@cindex register names, ARM
267*TODO* Explain about ARM register naming, and the predefined names.
268
269@node ARM Floating Point
270@section Floating Point
271
272@cindex floating point, ARM (@sc{ieee})
273@cindex ARM floating point (@sc{ieee})
274The ARM family uses @sc{ieee} floating-point numbers.
275
276
277
278@node ARM Directives
279@section ARM Machine Directives
280
281@cindex machine directives, ARM
282@cindex ARM machine directives
283@table @code
284
adcf07e6
NC
285@cindex @code{align} directive, ARM
286@item .align @var{expression} [, @var{expression}]
287This is the generic @var{.align} directive. For the ARM however if the
288first argument is zero (ie no alignment is needed) the assembler will
289behave as if the argument had been 2 (ie pad to the next four byte
290boundary). This is for compatability with ARM's own assembler.
291
252b5132
RH
292@cindex @code{req} directive, ARM
293@item @var{name} .req @var{register name}
294This creates an alias for @var{register name} called @var{name}. For
295example:
296
297@smallexample
298 foo .req r0
299@end smallexample
300
301@cindex @code{code} directive, ARM
0ac658b8 302@item .code @code{[16|32]}
252b5132
RH
303This directive selects the instruction set being generated. The value 16
304selects Thumb, with the value 32 selecting ARM.
305
306@cindex @code{thumb} directive, ARM
307@item .thumb
308This performs the same action as @var{.code 16}.
309
310@cindex @code{arm} directive, ARM
311@item .arm
312This performs the same action as @var{.code 32}.
313
314@cindex @code{force_thumb} directive, ARM
315@item .force_thumb
316This directive forces the selection of Thumb instructions, even if the
317target processor does not support those instructions
318
319@cindex @code{thumb_func} directive, ARM
320@item .thumb_func
321This directive specifies that the following symbol is the name of a
322Thumb encoded function. This information is necessary in order to allow
323the assembler and linker to generate correct code for interworking
324between Arm and Thumb instructions and should be used even if
1994a7c7
NC
325interworking is not going to be performed. The presence of this
326directive also implies @code{.thumb}
252b5132 327
5395a469
NC
328@cindex @code{thumb_set} directive, ARM
329@item .thumb_set
330This performs the equivalent of a @code{.set} directive in that it
331creates a symbol which is an alias for another symbol (possibly not yet
332defined). This directive also has the added property in that it marks
333the aliased symbol as being a thumb function entry point, in the same
334way that the @code{.thumb_func} directive does.
335
252b5132
RH
336@cindex @code{.ltorg} directive, ARM
337@item .ltorg
338This directive causes the current contents of the literal pool to be
339dumped into the current section (which is assumed to be the .text
340section) at the current location (aligned to a word boundary).
341
342@cindex @code{.pool} directive, ARM
343@item .pool
344This is a synonym for .ltorg.
345
346@end table
347
348@node ARM Opcodes
349@section Opcodes
350
351@cindex ARM opcodes
352@cindex opcodes for ARM
49a5575c
NC
353@code{@value{AS}} implements all the standard ARM opcodes. It also
354implements several pseudo opcodes, including several synthetic load
355instructions.
252b5132 356
49a5575c
NC
357@table @code
358
359@cindex @code{NOP} pseudo op, ARM
360@item NOP
361@smallexample
362 nop
363@end smallexample
252b5132 364
49a5575c
NC
365This pseudo op will always evaluate to a legal ARM instruction that does
366nothing. Currently it will evaluate to MOV r0, r0.
252b5132 367
49a5575c
NC
368@cindex @code{LDR reg,=<label>} pseudo op, ARM
369@item LDR
252b5132
RH
370@smallexample
371 ldr <register> , = <expression>
372@end smallexample
373
374If expression evaluates to a numeric constant then a MOV or MVN
375instruction will be used in place of the LDR instruction, if the
376constant can be generated by either of these instructions. Otherwise
377the constant will be placed into the nearest literal pool (if it not
378already there) and a PC relative LDR instruction will be generated.
379
49a5575c
NC
380@cindex @code{ADR reg,<label>} pseudo op, ARM
381@item ADR
382@smallexample
383 adr <register> <label>
384@end smallexample
385
386This instruction will load the address of @var{label} into the indicated
387register. The instruction will evaluate to a PC relative ADD or SUB
388instruction depending upon where the label is located. If the label is
389out of range, or if it is not defined in the same file (and section) as
390the ADR instruction, then an error will be generated. This instruction
391will not make use of the literal pool.
392
393@cindex @code{ADRL reg,<label>} pseudo op, ARM
394@item ADRL
395@smallexample
396 adrl <register> <label>
397@end smallexample
398
399This instruction will load the address of @var{label} into the indicated
a349d9dd 400register. The instruction will evaluate to one or two PC relative ADD
49a5575c
NC
401or SUB instructions depending upon where the label is located. If a
402second instruction is not needed a NOP instruction will be generated in
403its place, so that this instruction is always 8 bytes long.
404
405If the label is out of range, or if it is not defined in the same file
406(and section) as the ADRL instruction, then an error will be generated.
407This instruction will not make use of the literal pool.
408
409@end table
410
252b5132
RH
411For information on the ARM or Thumb instruction sets, see @cite{ARM
412Software Development Toolkit Reference Manual}, Advanced RISC Machines
413Ltd.
414
This page took 0.112934 seconds and 4 git commands to generate.