#
nice -20
foreach file ($argv)
	set file=$file:r
	include < $file.s > tmp$$.s
	z80as -l -o $file.o tmp$$.s -m
	rm tmp$$.s
	nohead < tmp$$.l > $file.l
	rm tmp$$.l
end
