SPARC Assembly Language Reference Manual

Exit Print View

Updated: July 2014
 
 

Using This Documentation

  • Overview – The SPARC assembler translates source files that are in assembly language format into object files for linking into executables on Oracle Solaris SPARC platforms.

    The assembler is a tool for producing program modules intended to exploit features of the SPARC architecture in ways that cannot be easily done using high level languages and their compilers.

    The choice of assembly language for the development of program modules depends on the extent to which and the ease with which the language allows the programmer to control the architectural features of the processor.

    The assembly language described in this manual offers full direct access to the SPARC instruction set and Solaris macro preprocessors to achieve full macro-assembler capability. Furthermore, the assembler responds to directives that allow the programmer control over the contents of the relocatable object file.

    This document describes the language in which the source files must be written. The nature of the machine mnemonics governs the way in which the program's executable portion is written. This document includes descriptions of the pseudo operations that allow control over the object file. This facilitates the development of programs that are easy to understand and maintain.

  • Audience – This manual is intended for experienced SPARC assembly language programmers who are familiar with the SPARC architecture.

  • Required knowledge – You should also become familiar with the following:

    • Manual pages: as(1), ld(1), cpp(1), elf(3elf), dis(1), a.out(1)

    • Oracle SPARC Architecture 2011 Guide

    • SPARC Architecture Manual (Version 8 and Version 9)

    • System V Application Binary Interface: SPARC Processor Supplement

Product Documentation Library

Late-breaking information and known issues for this product are included in the documentation library at http://www.oracle.com/pls/topic/lookup?ctx=E36784.

Access to Oracle Support

Oracle customers have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.

Feedback

Provide feedback about this documentation at http://www.oracle.com/goto/docfeedback.