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