macOS / binaries /

as

/usr/bin/as
Mac OS X Mach-O GNU-based assemblers

The as command translates assembly code in the named files to object code. If no files are specified, as reads from stdin. All undefined symbols in the assembly are treated as global.

source: man