#
nice -20
foreach file ($argv)
	set file=$file:r
	include < $file.ass > tmp$$.s
	z80as -l -o $file.o tmp$$.s -m >&$file.f
	rm tmp$$.s
	/z/anders/util/nohead < tmp$$.l > $file.l
	rm tmp$$.l
end
