Command Reference Guide

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/!!!intro.1
________________________________________________________________
___ ___
a
as(1) as(1)
The assembler uses the following precedence to determine the target architecture.
1. Use the .LEVEL directive within the assembly source file.
2. Use the +DA command-line specification.
3. Use the default architecture of PA_RISC_1.0 .
+z,+Z Both of these options are used in the building of shared libraries. For a more com-
plete discussion regarding these options, see the manual HP-UX Linker and
Libraries User’s Guide.
EXTERNAL INFLUENCES
International Code Set Support
Single- and multibyte character code sets are supported.
DIAGNOSTICS
When syntactic or semantic errors occur, a single-line diagnostic is written to standard error, that includes
the file name and the line number where it occurred. The format is as follows:
as: "filename",line line: error error: message
source = source-line
WARNINGS
as does not invoke cpp(1) or m4(1) to perform macro processing.
FILES
/usr/include/hard_reg.hr
Hardware register definitions
/usr/include/soft_reg.h
Software calling convention register definitions
/usr/include/std_space.h
Standard space and subspace definition
/usr/lib/nls/msg/C/as.cat
Assembler error message catalog
/usr/lib/pcc_prefix.s
Space, subspace and register definitions
file
.o Object file
SEE ALSO
adb(1), cc_bundled(1), ld(1), nm(1), crt0(3).
Assembly Language Reference Manual,
Precision Architecture and Instruction Reference Manual,
Procedure Calling Conventions Reference Manual.
HP-UX Release 11i: December 2000 2 Section 125
___
___