as (Unix)
Implementations
More than one assembler for Unix and Unix-like operating systems has been implemented with an executable called as. Users may be able to determine which implementation (if any) is present on their system by consulting the system's manuals, or by running as --version
.
=AT&T / Bell Labs=
As of November 1971, an assembler invoked as as was available for Unix. Implemented by Bell Labs staff, it was based upon the Digital Equipment Corporation's PAL-11R assembler.{{cite web|url=https://web.archive.org/web/20230315004024/http://www.bitsavers.org/pdf/bellLabs/unix/UNIX_ProgrammersManual_Nov71.pdf|title=UNIX Programmers Manual|date=November 1971|website=Bitsavers.org|access-date=31 December 2018}}{{cite web|author= Dennis M. Ritchie | title=UNIX Assembler Reference Manual |url=http://www.tom-yam.or.jp/2238/ref/as.pdf| author-link=Dennis Ritchie }}
=GNU Assembler=
Circa 1986, the GNU Assembler ("GAS") became available.{{cite CiteSeerX|title=The GNU Assembler|citeseerx=10.1.1.32.4503}} As with the original UNIX assembler, GAS's executable is simply named as. As of 2018, GAS implements many features that were not present in the 1971 Bell Labs implementation.