x86_32-Assembly-intel nasm -f elf32 <name.asm> -o <name.o> ld -m elf_i386 <name.o> -o <name> ./<name>