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