Linux As Command And Examples
On Linux operating systems, The as command launches the GNU assembler. Description The as program is a family of assemblers. If you use (or have used) the GNU assembler on one architecture, you should find a fairly similar environment when you use it on another architecture. Each version has much in common with the others, including object file formats, most assembler directives (often called pseudo-ops) and assembler syntax. Description Syntax Arch Syntax Options Alpha Options Arm Options Blackfin Options D10V Options D30V Options Epiphany Options i386 Options Intel 80960 Options IP2K Options M32C and M16C Options M32R Options 68000 Series Options PD11 Options PicoJava Options 68HC11 and 68HC12 Options SPARC Options c54x Options MIPS Options MCore Options PowerPC Options s390 Options TMS320C6000 Options TILE-Gx Options Xtensa Options Z80 Options Related commands Linux commands help as is primarily intended to assemble the output of the GNU C compiler “gcc” for use by the linker “ld”....