# command for Stag programmer
# the format for this command is make_tek <destination file> <source file>
if [ $# -eq 2 ]
then
	/eng/bin/hxld.new -I -x -c 1ffff -f  $1 $2
else
	/eng/bin/hxld.new -I -x -c 1ffff -f  $1.tek $1
fi

