This assembler is not currently meant for general use. It supports only the instructions and features emitted (and used) in my C compiler. It is also able to assemble the self-compiled assembly output from that compiler.
make
as INPUT.s OUTPUT.o
The output is a 64-bit ELF object file.