#! /bin/csh
if ($#argv != 1) then
	echo "**** edit file name (te ys_(?????).asm) ***"
	exit
endif
te ys_$argv[1].asm
