6 lines
212 B
Batchfile
6 lines
212 B
Batchfile
set iname=debug\lampa
|
|
set oname=bin\lampa
|
|
|
|
d:\CCStudio_v3.3\C2000\cgtools\bin\hex2000 %iname%.out -boot -sci8 -map %iname%.map -o %oname%.hex -i
|
|
d:\CCStudio_v3.3\C2000\cgtools\bin\hex2bin %oname%.hex %oname%.bin
|