echo "Example as11 assembly using script"
echo "Make sure disk is not write protected."
wait 3 secs
;cd to directory having source code if necessary
;and use full path name for assemblers
as11 Main.asm -l	;assemble with listing to console
echo ""
echo "Done Assembling"
wait 5 secs
