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.
8 @chapter M32C Dependent Features
11 @node Machine Dependencies
12 @chapter M32C Dependent Features
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.
23 * M32C-Opts:: M32C Options
32 The Renesas M32C version of @code{@value{AS}} has two
33 machine-dependent options:
37 @cindex @samp{-m32c} option, M32C
38 @cindex architecture options, M32C
39 @cindex M32C architecture option
40 Assemble M32C instructions.
43 @cindex @samp{-m16c} option, M16C
44 @cindex architecture options, M16C
45 @cindex M16C architecture option
46 Assemble M16C instructions (default).