Subversion Repositories pentevo

Rev

Rev 548 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1. @ECHO OFF
  2.  
  3. ..\..\..\tools\asw\bin\asw -cpu z80undoc -U -L test_gluk_pages.a80
  4. ..\..\..\tools\asw\bin\p2bin test_gluk_pages.p test_gluk_pages.rom -r $-$ -k
  5. ..\..\..\tools\mhmt\mhmt -mlz test_gluk_pages.rom test_gluk_pages_pack.rom
  6.  
  7. ..\..\..\tools\asw\bin\asw -cpu z80undoc -U -L make_testgp2scl.a80
  8. ..\..\..\tools\asw\bin\p2bin make_testgp2scl.p make_testgp2scl.rom -r $-$ -k
  9.  
  10. ..\..\..\tools\csum32\csum32 test_gluk_pages_pack.rom
  11. copy /B /Y make_testgp2scl.rom+csum32.bin ..\testgp.scl
  12.  
  13. del csum32.bin
  14. del *.lst
  15.  
  16. pause