.asm.obj:
 	tasm $*;

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

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