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