1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-08 06:29:32 +00:00
C02/py65/c02.bat

6 lines
141 B
Batchfile
Raw Permalink Normal View History

@ECHO Compiling File %1.c02
..\c02.exe %1 >%1.dbg
@ECHO Assembling File %1.asm
C:\Programs\dasm %1.asm -f3 -o%1.bin -l%1.lst -s%1.sym