4 changed files with 71 additions and 9 deletions
@ -0,0 +1,37 @@ |
|||
@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. |
|||
|
|||
|
|||
|
|||
Loading…
Reference in new issue