Reintegrate wbw -> trunk

This commit is contained in:
wwarthen
2014-09-08 04:11:55 +00:00
parent 09da338d05
commit 74b80aaeeb
654 changed files with 1160 additions and 6849 deletions

9
Source/ZSDOS/Clean.cmd Normal file
View File

@@ -0,0 +1,9 @@
@echo off
if exist *.bin del *.bin
if exist *.lst del *.lst
if exist *.com del *.com
if exist *.prn del *.prn
if exist *.hex del *.hex
if exist *.rel del *.rel
if exist *.sym del *.sym
if exist *.err del *.err