go:
	./acv > acv.bin
	which dcc6502 > /dev/null
	dcc6502 -o $$((1536 + 128)) acv.bin > acv.asm

clean:
	rm -f acv.bin