1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-10-01 10:54:56 +00:00
C02/work/a02.bat

4 lines
76 B
Batchfile
Raw Normal View History

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