ChangeLog:
[deliverable/binutils-gdb.git] / gas / doc / c-m32c.texi
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
18 the Renesas M32C family. Normally the default is to assemble code for
19 the M16C microprocessor. The @code{-m32c} option may be used to
20 change 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
32 The Renesas M32C version of @code{@value{AS}} has two
33 machine-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
40 Assemble M32C instructions.
41
42 @item -m16c
43 @cindex @samp{-m16c} option, M16C
44 @cindex architecture options, M16C
45 @cindex M16C architecture option
46 Assemble M16C instructions (default).
47
48 @end table
This page took 0.052383 seconds and 5 git commands to generate.