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