mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-12 22:46:16 +00:00
38 lines
1016 B
Plaintext
38 lines
1016 B
Plaintext
@c Copyright (C) 1991, 92, 93, 94, 95, 96, 1997 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 M32R-Dependent
|
|
@chapter M32R Dependent Features
|
|
@end ifset
|
|
@ifclear GENERIC
|
|
@node Machine Dependencies
|
|
@chapter M32R Dependent Features
|
|
@end ifclear
|
|
|
|
@cindex M32R support
|
|
@menu
|
|
* M32R-Opts:: M32R Options
|
|
@end menu
|
|
|
|
@node M32R-Opts
|
|
@section M32R Options
|
|
|
|
@cindex options, M32R
|
|
@cindex M32R options
|
|
The Mitsubishi M32R version of @code{@value{AS}} has a few machine
|
|
dependent options.
|
|
|
|
@cindex @samp{--m32rx} option, M32R
|
|
@cindex architecture options, M32R
|
|
@cindex M32R architecture options
|
|
@code{@value{AS}} can assemble code for several different members of the
|
|
Mitsubishi M32R family. Normally the default is to assemble code for
|
|
the M32R microprocessor. This option may be used to change the default
|
|
to the M32RX microprocessor, which adds some more instructions to the
|
|
basic M32R instruction set.
|
|
|
|
|
|
|