OpenCores
URL https://opencores.org/ocsvn/light8080/light8080/trunk

Subversion Repositories light8080

[/] [light8080/] [trunk/] [sw/] [demos/] [hello/] [build.bat] - Diff between revs 74 and 77

Show entire file | Details | Blame | View Log

Rev 74 Rev 77
Line 4... Line 4...
@rem the SoC entity.
@rem the SoC entity.
@rem You need to edit this file with the path to your TASM installation.
@rem You need to edit this file with the path to your TASM installation.
@rem Set the program name.
@rem Set the program name.
@set PROG=hello
@set PROG=hello
@rem Edit to point to the directory you installed TASM in.
@rem Edit to point to the directory you installed TASM in.
@set TASM_DIR=..\..\local\tasm
@set TASM_DIR=..\..\..\local\tasm
@rem Remove output from previous assembly.
@rem Remove output from previous assembly.
@del %PROG%.hex
@del %PROG%.hex
@del %PROG%.lst
@del %PROG%.lst
@rem Make sure TASM is able to find its table files (see TASM documentation).
@rem Make sure TASM is able to find its table files (see TASM documentation).
@set TASMTABS=%TASM_DIR%
@set TASMTABS=%TASM_DIR%

powered by: WebSVN 2.1.0

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