SPARC Assembly Language Mark Smotherman Clemson University Unix assembler is called "as" -- it has a two-pass structure but no macros (first pass builds symbol table, second pass translates into object code) Gnu assembler is called "gas" statement syntax mnemonic_opcode operands ! comments also C-style comments (i.e., /* */) are acceptable other statements, called "pseudo-ops", are available to control the assembler's actions or to specify data .section ".data" .global