TrumanWong

as

assembly language compiler

Supplementary instructions

as command An assembly language compiler launched by the GNU organization, which supports many different types of processors.

grammar

as(option)(parameter)

Options

-ac: ignore failure conditions;
-ad: Ignore debugging instructions;
-ah: include advanced sources;
-al: includes assembly;
-am: include macro expansion;
-an: Ignore form processing;
-as: include symbols;
=file: Set the name of the listed file;
--alternate: Start in interactive macro mode;
-f: Skip whitespace and comment preprocessing;
-g: generate debugging information;
-J: Do not display warning messages for signed overflows;
-L: Keep local symbols in the symbol table;
-o: Specify the target file to be generated;
--statistics: Print the maximum space and total time used by assembly.

Parameters

Assembly file: Specify the source file to be assembled.