1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2026-03-13 05:41:52 +00:00
Files
C02/c02.bat
2018-01-28 13:43:17 -05:00

7 lines
117 B
Batchfile

ECHO Compiling File %1.c02
c02.exe %1
ECHO Assembling File %1.asm
dasm %1.asm -f3 -o%1.bin -l%1.lst -s%1.sym