as

Updated: April 19, 2023

Assembler (GNU)

Syntax:

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 64-bit ntox86_64-as

Runs on:

Linux, Mac, Microsoft Windows

Description:

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/.

Contributing author:

GNU