OpenCores
URL https://opencores.org/ocsvn/am9080_cpu_based_on_microcoded_am29xx_bit-slices/am9080_cpu_based_on_microcoded_am29xx_bit-slices/trunk

Subversion Repositories am9080_cpu_based_on_microcoded_am29xx_bit-slices

[/] [am9080_cpu_based_on_microcoded_am29xx_bit-slices/] [trunk/] [prog/] [zmac.cmd] - Diff between revs 3 and 11

Show entire file | Details | Blame | View Log

Rev 3 Rev 11
Line 1... Line 1...
@echo off
@echo off
if not exists ..\..\zmac.exe goto :error
if not exist ..\..\zmac.exe goto notfound
..\..\zmac.exe %f -8
..\..\zmac.exe %1 -8
goto :end
goto :end
 
 
:error
:notfound
@echo zmac.exe not found!
@echo zmac.exe not found!
@echo download from http://48k.ca/zmac.html and place in same folder where Sys9080 is located
@echo download from http://48k.ca/zmac.html and place in same folder where Sys9080 is located
errorlevel 1
errorlevel 1
 
 
:end
:end
errorlevel 0
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.