Assembler (GNU)
as_variant [option...] [asmfile...]
where as_variant depends on the target platform, as follows:
Target platform | as_variant |
---|---|
ARMv7 | ntoarmv7-as |
x86 | ntox86-as |
Linux, Microsoft Windows
The as program is the assembler. For more information, see gas in the Binutils documentation on the GNU website at https://www.gnu.org/software/binutils/manual/.
GNU