Contents|Index|Previous|Next
ARC dependent features

The following documentation discusses the features pertinent to the ARC processor regarding the GNU assembler.
ARC command-line options
The ARC chip family includes several successive levels (or other variants) of chip, using the same core instruction set, but including a few additional instructions at each level.
By default, as assumes the core instruction set (ARC base). The .cpu pseudo-op is intended to be used to select the variant.
ARC floating point
The ARC processor family currently does not have hardware floating point support. Software floating point support is provided by gcc and uses IEEE floating-point numbers.
ARC machine directives
The ARC version of as supports the following additional machine directive.

Top|Contents|Index|Previous|Next