Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
633 savelij 1
@ECHO OFF
2
 
3
..\..\..\tools\asw\bin\asw -U -L flash_pe.a80
4
..\..\..\tools\asw\bin\p2bin flash_pe.p flash_pe.rom -r $-$ -k
5
 
6
..\..\..\tools\mhmt\mhmt -mlz flash_pe.rom flash_pe_pack.rom
7
 
8
..\..\..\tools\asw\bin\asw -U -L make_scl.a80
9
..\..\..\tools\asw\bin\p2bin make_scl.p make_scl.rom -r $-$ -k
10
 
11
..\..\..\tools\csum32\csum32 make_scl.rom
12
copy /B /Y make_scl.rom+csum32.bin ..\flash_pe.scl
13
 
14
..\..\..\tools\asw\bin\asw -U -L make_hobeta.a80
15
..\..\..\tools\asw\bin\p2bin make_hobeta.p ..\flash_pe.$C -r $-$ -k
16
 
17
del csum32.bin
18
del *.rom
19
del *.lst
20
 
21
pause