SPARC Assembly Language Reference Manual

2.2 Assembler File Syntax

The syntax of assembly language files is:

[line]*

2.2.1 Lines Syntax

The syntax of assembly language lines is:

[statement [ ; statement]*] [!comment] 

2.2.2 Statement Syntax

The syntax of an assembly language statement is:

[label:] [instruction] 

where:


label

is a symbol name.


instruction

is an encoded pseudo-op, synthetic instruction, or instruction.