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

Subversion Repositories light8080

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 25 to Rev 26
    Reverse comparison

Rev 25 → Rev 26

/trunk/asm/tasmtb.bat
0,0 → 1,14
@rem The only parameter is the file name of the assembly source file without
@rem extension or path (file has to be on the same dir as this script).
@set PROG=%1
@rem Edit to point to the directory you installed TASM in
@set TASM_DIR=..\local\tasm
@rem remove output from previous assembly
@del %PROG%.hex
@del %PROG%.lst
@rem bring TASM 8080 table file to current directory or TASM will fail
@copy %TASM_DIR%\tasm85.tab .
%TASM_DIR%\tasm -85 -a %PROG%.asm %PROG%.hex %PROG%.lst
@rem
@rem FIXME template needs an overhaul
@perl hexconv.pl .\%PROG%.hex ..\vhdl\test\tb_template.vhdl 000 800 > ..\vhdl\test\light8080_%PROG%.vhdl

powered by: WebSVN 2.1.0

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