Subversion Repositories NedoOS

Rev

Rev 337 | Blame | Compare with Previous | Last modification | View Log | Download

  1. if "%settedpath%"=="" call "..\..\_sdk\setpath.bat"
  2. set path=%PATH%;..\_sdk\
  3. call compile.bat
  4. md tmp
  5. copy *.A_ tmp
  6. copy *.V_ tmp
  7. copy *.S_ tmp
  8. copy *.I_ tmp
  9. del *.A_
  10. del *.V_
  11. del *.S_
  12. del *.I_
  13. nedotrd test.trd -n
  14. nedotrd ..\batch\basics.trd -eh boot.$b
  15. nedotrd test.trd -ah boot.$b
  16. nedotrd test.trd -s 24576 -ac main.bin
  17. ..\..\..\us\emul.exe test.trd
  18.