mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-02-19 19:31:04 +00:00
4 lines
76 B
Batchfile
4 lines
76 B
Batchfile
@ECHO Assembling File %1.asm
|
|
dasm %1.asm -f3 -o%1.bin -l%1.lst -s%1.sym
|
|
|