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