JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
SPARC Assembly Language Reference Manual     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

1.  SPARC Assembler for SunOS 5.x

2.  Assembler Syntax

3.  Executable and Linking Format

4.  Converting Files to the New Format

5.  Instruction-Set Mapping

5.1 Table Notation

5.2 Integer Instructions

5.3 Floating-Point Instruction

5.4 Coprocessor Instructions

5.5 Synthetic Instructions

5.6 V8/V9 Natural Pseudo Instructions

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

5.6 V8/V9 Natural Pseudo Instructions

Table 5-7 describes the V8/V9 natural pseudo instructions that will help increase the portability of your assembly code from V8/V8plus to V9.

Table 5-7 V8/V9 Natural Pseudo Instructions

Pseudo Instructions
-xarch=
V8/V8plus1
V9
ldn
ld
ldx
stn
st
stx
ldna
lda
ldxa
stna
sta
stxa
setn
set
setx
setnhi
sethi
setxhi
casn
cas
casx
slln
sll
sllx
srln
srl
srlx
sran
sra
srax
clrn
clr
clrx

1Indicates default setting


Note - Depending on the value set for the -xarch option, the assembler substitutes the appropriate pseudo instruction.