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