f78
SPARC Dependent Features
By default,
If not configured for SPARC v9 (
AS treats
Use one of the -A options to select one of the SPARC architectures explicitly. If you select an
architecture explicitly, as reports a fatal error if it encounters an instruction or feature requiring a
higher level.
For compatibility with the Solaris v9 assembler. These op-tions are equivalent
to -Av9 and -Av9a, respectively.
Warn whenever it is necessary to switch to another level. If an architecture
level is explicitly requested, AS will not issue warnings until that level is
reached, and will then bump the level as required (except between incompatible
levels).
Floating Point for SPARC
This must be followed by the desired alignment in bytes.
This must be followed by a symbol name, a positive num-ber, and "bss". This behaves somewhat like .comm, but the syntax is different.
This is functionally identical to .short.
This directive is ignored. Any text following it on the same line is also
ignored.
This must be followed by a symbol name, a positive number, and "bss". This behaves somewhat like .lcomm, but the syntax is different.
This must be followed by "text", "data", or "data1". It behaves like .text, .data, or .data 1.
This is functionally identical to the .space directive.
On the Sparc, the .word directive produces 32 bit values, instead of the 16
bit values it produces on many other ma-chines.
On the Sparc V9 processor, the .xword directive produces 64 bit values.