Go to main content

SPARC Assembly Language Reference Manual

Exit Print View

Updated: November 2020
 
 

1.2 Assembler File Syntax

The syntax of assembly language files is:

[line]*

1.2.1 Assembler Lines Syntax

The syntax of assembly language lines is:

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

1.2.2 Assembler Statement Syntax

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.