.asm.obj:
 	tasm $*;

at1700.com: head.obj at1700.obj tail.obj
	tlink /t/m head+at1700+tail,at1700;

zip:
	del *.obj
	del *.map
	zip -m at1700
