all:
	./gen.pl > tmp.s
	gcc -o tmp.o -c tmp.s
	objdump -d tmp.o > tmp.dump