

if "%MUSDEB%"=="0" goto adeb
c:\tools\keil\c51\bin\a51 %1.a51 >..\trash\trashbin
IF errorlevel=2 GOTO tell
IF not "%SHOWAR%"=="1" goto noerr
IF not errorlevel=1 GOTO noerr
:tell
c:\tools\keil\c51\bin\a51 %1.a51 >>cmplst.txt
goto noerr


:adeb
c:\tools\keil\c51\bin\a51 %1.a51 DB >..\trash\trashbin
IF errorlevel=2 GOTO tell
IF not "%SHOWAR%"=="1" goto noerr
IF not errorlevel=1 GOTO noerr
:tell
c:\tools\keil\c51\bin\a51 %1.a51 DB >>cmplst.txt
:noerr


