diff --git a/test/a1.bat b/test/a1.bat index aff950d..a3e4d36 100644 --- a/test/a1.bat +++ b/test/a1.bat @@ -10,7 +10,7 @@ ECHO Compiling File %1.c02 IF ERRORLEVEL 1 EXIT /B ECHO Assembling File %1.asm -dasm %1.asm -f1 -o%1.obj -l%1.lst -s%1.sym +..\a02 -p %1.asm %1.obj %1.lst IF ERRORLEVEL 1 EXIT /B ECHO Converting Object File diff --git a/test/a2.bat b/test/a2.bat index 401bf18..8d57bfb 100644 --- a/test/a2.bat +++ b/test/a2.bat @@ -9,7 +9,7 @@ ECHO Compiling File %1.c02 IF ERRORLEVEL 1 EXIT /B ECHO Assembling File %1.asm -dasm %1.asm -f3 -o%1.obj -l%1.lst -s%1.sym +..\a02 %1.asm %1.obj %1.lst IF ERRORLEVEL 1 EXIT /B ECHO Building Disk Image