.asm.obj:
 	tasm $*;

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

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