URL
https://opencores.org/ocsvn/cpu8080/cpu8080/trunk
Subversion Repositories cpu8080
[/] [cpu8080/] [branches/] [samiam95124/] [project/] [ctest.bat] - Rev 24
Go to most recent revision | Compare with Previous | Blame | View Log
rem ****************************************************************************
rem * *
rem * Assemble the testbench file *
rem * *
rem ****************************************************************************
rem
rem Assemble source
rem
as8080 test=test/l
rem
rem Locate binary file to program $0000, variable $1000
rem
ln test=test/vs=$1000
rem
rem Create listing
rem
al test > test.lst
rem
rem Put into "rom" format suitable for verilog
rem
genrom testr.obj > test.rom
Go to most recent revision | Compare with Previous | Blame | View Log