PORT=/dev/ttyUSB3

test.srec: test.asm
	tpasm -P 68705 -o srec test.srec -o text test.txt test.asm
	@echo "load t"
	@cat test.srec
