mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
|
@c Copyright 2005
|
||
|
@c Free Software Foundation, Inc.
|
||
|
@c This is part of the GAS manual.
|
||
|
@c For copying conditions, see the file as.texinfo.
|
||
|
@ifset GENERIC
|
||
|
@page
|
||
|
@node M32C-Dependent
|
||
|
@chapter M32C Dependent Features
|
||
|
@end ifset
|
||
|
@ifclear GENERIC
|
||
|
@node Machine Dependencies
|
||
|
@chapter M32C Dependent Features
|
||
|
@end ifclear
|
||
|
|
||
|
@cindex M32C support
|
||
|
|
||
|
@code{@value{AS}} can assemble code for several different members of
|
||
|
the Renesas M32C family. Normally the default is to assemble code for
|
||
|
the M16C microprocessor. The @code{-m32c} option may be used to
|
||
|
change the default to the M32C microprocessor.
|
||
|
|
||
|
@menu
|
||
|
* M32C-Opts:: M32C Options
|
||
|
@end menu
|
||
|
|
||
|
@node M32C-Opts
|
||
|
@section M32C Options
|
||
|
|
||
|
@cindex options, M32C
|
||
|
@cindex M32C options
|
||
|
|
||
|
The Renesas M32C version of @code{@value{AS}} has two
|
||
|
machine-dependent options:
|
||
|
|
||
|
@table @code
|
||
|
@item -m32c
|
||
|
@cindex @samp{-m32c} option, M32C
|
||
|
@cindex architecture options, M32C
|
||
|
@cindex M32C architecture option
|
||
|
Assemble M32C instructions.
|
||
|
|
||
|
@item -m16c
|
||
|
@cindex @samp{-m16c} option, M16C
|
||
|
@cindex architecture options, M16C
|
||
|
@cindex M16C architecture option
|
||
|
Assemble M16C instructions (default).
|
||
|
|
||
|
@end table
|