Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
801 | savelij | 1 | |
2 | @echo off |
||
3 | |||
821 | savelij | 4 | ..\..\..\tools\asw\bin\asw -U -L -x -olist main.lst main.a80 |
801 | savelij | 5 | ..\..\..\tools\asw\bin\p2bin main.p main.rom -r $-$ -k |
6 | |||
821 | savelij | 7 | ..\..\..\tools\asw\bin\asw -U -L -x -olist main_fe.lst -D DOS_FE main.a80 |
801 | savelij | 8 | ..\..\..\tools\asw\bin\p2bin main.p main_fe.rom -r $-$ -k |
9 | |||
10 | ..\..\..\tools\asw\bin\asw -U -L cmosset.a80 |
||
11 | ..\..\..\tools\asw\bin\p2bin cmosset.p cmosset.rom -r $-$ -k |
||
12 | |||
13 | ..\..\..\tools\mhmt\mhmt -mlz main.rom ..\main_pack.rom |
||
14 | ..\..\..\tools\mhmt\mhmt -mlz main_fe.rom ..\main_fe_pack.rom |
||
15 | ..\..\..\tools\mhmt\mhmt -mlz cmosset.rom ..\cmosset_pack.rom |
||
16 | ..\..\..\tools\mhmt\mhmt -mlz chars_eng.bin ..\chars_pack.rom |
||
17 | |||
821 | savelij | 18 | rem del *.rom |