Skip Navigation Links | |
Exit Print View | |
SPARC Assembly Language Reference Manual Oracle Solaris 11.1 Information Library |
1.3.7 Special Symbols - Registers
1.3.9 Operators and Expressions
1.3.10 SPARC V9 Operators and Expressions
2. Executable and Linking Format
3. Directives and Pseudo-Operations
6. Writing Functions -- The SPARC ABI
7. Assembler Inline Functions and __asm Code
A. Using the Assembler Command Line
The syntax of assembly language files is:
[line]*
The syntax of assembly language lines is:
[statement [ ; statement]*] [!comment]
The syntax of an assembly language statement is:
[label:] [instruction]
where:
label
Description: is a symbol name.
instruction
Description: is an encoded pseudo-op, synthetic instruction, or instruction.