mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-01 01:06:40 +00:00
6 lines
132 B
Batchfile
6 lines
132 B
Batchfile
@ECHO Compiling File %1.c02
|
|
..\c02.exe %1
|
|
|
|
@ECHO Assembling File %1.asm
|
|
C:\Programs\dasm %1.asm -f1 -o%1.prg -l%1.lst -s%1.sym
|