# NASM version 0.98.38 compiled on May 17 2005 nasm -f elf hello-nasm.asm ld -s -o hello-nasm.asm.exe hello-nasm.o rm hello-nasm.o