nasm -f elf -l printf1.lst  printf1.asm
gcc -o printf1 printf1.o
