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