Subversion Repositories pentevo

Rev

Rev 702 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 702 Rev 966
Line 1... Line 1...
1
 
1
 
2
@echo off
2
@echo off
3
 
3
 
4
..\..\..\tools\asw\bin\asw -U -L justine.a80
4
..\..\..\tools\asl\bin\asl -U -L justine.a80
5
..\..\..\tools\asw\bin\p2bin justine.p ..\justine.rom -r $-$ -k
5
..\..\..\tools\asl\bin\p2bin justine.p ..\justine.rom -r $-$ -k
6
 
6
 
7
del *.lst
7
del *.lst
8
 
8
 
9
pause
9
pause
10
10