NASM To compile an asm file: nasm -f elf64 src/main.asm -o ./build/main.o && ld ./build/main.o -o ./build/bin && ./build/bin