1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-08 21:29:30 +00:00

Modified test/a1.bat, test/a2.bat to use a02.exe

This commit is contained in:
Curtis F Kaylor 2019-11-20 01:09:22 -05:00
parent 1057ec28b7
commit b936b76bd6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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