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