#! /bin/csh
if ($#argv != 2 ) then
	echo "*** type rom write file name  ***"
	echo "*** prw [file name] [start addres] ***"
	exit
endif
echo " <<<  start prom write ing >>>"
     promsend -p1 -s$argv[2] $argv[1]

