JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
SPARC Assembly Language Reference Manual
search filter icon
search icon

Document Information

Preface

1.  SPARC Assembler for SunOS 5.x

1.1 Operating Environment

1.2 SPARC Assembler for SunOS 4.1 Versus SunOS 5.x

1.2.1 Labeling Format

1.2.2 Object File Format

1.2.3 Pseudo-Operations

1.2.4 Command Line Options

2.  Assembler Syntax

3.  Executable and Linking Format

4.  Converting Files to the New Format

5.  Instruction-Set Mapping

A.  Pseudo-Operations

B.  Examples of Pseudo-Operations

C.  Using the Assembler Command Line

D.  An Example Language Program

E.  SPARC-V9 Instruction Set

Index

1.2 SPARC Assembler for SunOS 4.1 Versus SunOS 5.x

This section describes the differences between the SunOS 4.1 SPARC assembler and the SunOS 5.x SPARC assembler.

1.2.1 Labeling Format

1.2.2 Object File Format

The type of object files created by the SPARC assembler are ELF (Executable and Linking Format) files. These relocatable object files hold code and data suitable for linking with other object files to create an executable file or a shared object file, and are the assembler normal output.

1.2.3 Pseudo-Operations

See Appendix A, Pseudo-Operations for a detailed description of the pseudo-operations (pseudo-ops).

1.2.4 Command Line Options

See Appendix C, Using the Assembler Command Line for a detailed description of command line options and a list of SPARC architectures.