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