linux1% nasm -f elf -l hello.lst hello.asm linux1% ld hello.o linux1% linux1% a.out Hello, world linux1%