Skip to content

Commit

Permalink
Update 'ZXDev/Obj/HelloWorld.bat' & 'ZXDev/Obj/TinyHello.bat' to gene…
Browse files Browse the repository at this point in the history
…rate TAPs (with help of 'ZXDev/Bin/bin2data.exe').
  • Loading branch information
Oleg-N-Cher committed Feb 24, 2013
1 parent 742497c commit 60591cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
14 changes: 6 additions & 8 deletions ZXDev/Obj/HelloWorld.bat
Expand Up @@ -15,15 +15,13 @@
@REM ==================================
%bin%\Hex2bin HelloWorld.ihx

@REM Link the target to TR-DOS format
@REM ================================
@REM WARNING! bin2trd is a MS-DOS program, must use a short filename
@DEL /Q HELLOW~1.TRD
%bin%\bin2trd.exe HelloW~1.trl
@MOVE /Y HELLOW~1.TRD ../HelloWorld.trd
@REM Link the target to TAP format
@REM =============================
@DEL /Q HelloWorld.tap
%bin%\bin2data.exe -rem -org 26000 HelloWorld.bin ..\HelloWorld.tap HelloWorld

@REM ======================================================================
@ECHO Now you can run the image "HelloWorld.trd" in your favourite emulator
@ECHO Now you can run the image "HelloWorld.tap" in your favourite emulator
@REM ======================================================================

START ..\HelloWorld.trd
START ..\HelloWorld.tap
14 changes: 6 additions & 8 deletions ZXDev/Obj/TinyHello.bat
Expand Up @@ -15,15 +15,13 @@
@REM ==================================
%bin%\Hex2bin TinyHello.ihx

@REM Link the target to TR-DOS format
@REM ================================
@REM WARNING! bin2trd is a MS-DOS program, must use a short filename
@DEL /Q TINYHE~1.TRD
%bin%\bin2trd.exe TinyHe~1.trl
@MOVE /Y TINYHE~1.TRD ..\TinyHello.trd
@REM Link the target to TAP format
@REM =============================
@DEL /Q TinyHello.tap
%bin%\bin2data.exe -rem -org 26000 TinyHello.bin ..\TinyHello.tap TinyHello

@REM ======================================================================
@ECHO Now you can run the image "TinyHello.trd" in your favourite emulator.
@ECHO Now you can run the image "TinyHello.tap" in your favourite emulator.
@REM ======================================================================

START ..\TinyHello.trd
START ..\TinyHello.tap

0 comments on commit 60591cd

Please sign in to comment.