yasm

Modular BSD reimplementation of NASM assembler

brewmacoslinux
Try with needOr install directly
Source

About

Modular BSD reimplementation of NASM

Commands

yasm

Examples

Assemble x86 assembly file to object file$ yasm -f elf64 -o output.o input.asm
Assemble with debugging symbols for GDB$ yasm -f elf64 -g dwarf2 -o output.o input.asm
List available output formats$ yasm -hf