Rev 237 | Details | Compare with Previous | Last modification | View Log
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 8 | dimkam | 1 | @echo off |
| 2349 | alone | 2 | if "%settedpath%"=="" call "..\..\_sdk\setpath.bat" |
| 8 | dimkam | 3 | nedotrd basics.trd -eb net-35.s |
| 4 | nedotrd basics.trd -eb net-tort.s |
||
| 5 | nedotrd basics.trd -eh NedoGift.$b |
||
| 6 | call compile.bat |
||
| 55 | Alone | 7 | md tmp |
| 8 | dimkam | 8 | copy *.A_ tmp |
| 9 | copy *.V_ tmp |
||
| 10 | copy *.S_ tmp |
||
| 11 | copy *.I_ tmp |
||
| 12 | del *.A_ |
||
| 13 | del *.V_ |
||
| 14 | del *.S_ |
||
| 15 | del *.I_ |
||
| 16 | del code |
||
| 17 | ren demo.bin code |
||
| 18 | del nedogift.trd |
||
| 55 | Alone | 19 | nedotrd test.trd -n |
| 20 | nedotrd test.trd -ah NedoGift.$b |
||
| 21 | nedotrd test.trd -ac code |
||
| 22 | del font.bin |
||
| 23 | del net35.bin |
||
| 24 | del nettort.bin |
||
| 25 | ..\..\..\us\emul.exe test.trd |