]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/doc/c-m32c.texi
ChangeLog:
[thirdparty/binutils-gdb.git] / gas / doc / c-m32c.texi
CommitLineData
49f58d10
JB
1@c Copyright 2005
2@c Free Software Foundation, Inc.
3@c This is part of the GAS manual.
4@c For copying conditions, see the file as.texinfo.
5@ifset GENERIC
6@page
7@node M32C-Dependent
8@chapter M32C Dependent Features
9@end ifset
10@ifclear GENERIC
11@node Machine Dependencies
12@chapter M32C Dependent Features
13@end ifclear
14
15@cindex M32C support
16
17@code{@value{AS}} can assemble code for several different members of
18the Renesas M32C family. Normally the default is to assemble code for
19the M16C microprocessor. The @code{-m32c} option may be used to
20change the default to the M32C microprocessor.
21
22@menu
23* M32C-Opts:: M32C Options
24@end menu
25
26@node M32C-Opts
27@section M32C Options
28
29@cindex options, M32C
30@cindex M32C options
31
32The Renesas M32C version of @code{@value{AS}} has two
33machine-dependent options:
34
35@table @code
36@item -m32c
37@cindex @samp{-m32c} option, M32C
38@cindex architecture options, M32C
39@cindex M32C architecture option
40Assemble M32C instructions.
41
42@item -m16c
43@cindex @samp{-m16c} option, M16C
44@cindex architecture options, M16C
45@cindex M16C architecture option
46Assemble M16C instructions (default).
47
48@end table