Assembler (GNU)
as_variant [option...] [asmfile...]
where as_variant depends on the target platform, as follows:
Target platform | as_variant |
---|---|
ARMv7 | ntoarmv7-as |
AArch64 | ntoaarch64-as |
x86 | ntox86-as |
x86 64-bit | ntox86_64-as |
Linux, Mac, 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