nasm compile with 64 bit code example Example: how to compile 64 bit nasm nasm -f elf64 hilo.asm; ld -m elf_x86_64 -s -o hilo hilo.o