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