main: main.asm
	nasm -g -f elf64 -o main.out main.asm
	gcc -g -no-pie -nostartfiles -o main main.out
