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