timer.hex: timer.asm
	gpasm -p p16f877 timer.asm

send: timer.hex
	while ! python ../xwisp_src_hack/xwisp.py port 0 go timer.hex; do true; done