as
Portable GNU assembler.
Primarily intended to assemble output from `gcc` to be used by `ld`.
- Assemble a file, writing the output to `a.out`:
- Assemble the output to a given file:
- Generate output faster by skipping whitespace and comment preprocessing. (Should only be used for trusted compilers):
- Include a given path to the list of directories to search for files specified in `.include` directives:
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).