comment compiler le nasme 64 bits

nasm -f elf64 hilo.asm; ld -m elf_x86_64 -s -o hilo hilo.o
Fancy Fly