Rev 930 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 930 | Rev 1665 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | if "%settedpath%"=="" call ../_sdk/setpath.bat |
1 | if "%settedpath%"=="" call ../_sdk/setpath.bat |
| 2 | sjasmplus --nologo --msg=war --syntax=m scratch.asm |
2 | sjasmplus --nologo --msg=war scratch.asm |
| 3 | 3 | ||
| 4 | if "%currentdir%"=="" ( |
4 | if "%currentdir%"=="" ( |
| 5 | FOR %%j IN (*.com) DO ( |
5 | FOR %%j IN (*.com) DO ( |
| 6 | copy /Y %%j "../../release/bin/" > nul |
6 | copy /Y %%j "../../release/bin/" > nul |
| 7 | "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j |
7 | "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j |
| 8 | ) |
8 | ) |
| 9 | pause |
9 | rem pause |
| 10 | if "%makeall%"=="" ..\..\us\emul.exe |
10 | if "%makeall%"=="" ..\..\us\emul.exe |
| 11 | ) |
11 | ) |
| 12 | 12 | ||