###Create the object file with nasm -f elf64 main.asm ###Link with ld main.o -o main ###The -e is used for a Custom entry point eg. main