URL
https://opencores.org/ocsvn/light8080/light8080/trunk
Subversion Repositories light8080
[/] [light8080/] [trunk/] [c/] [compile.bat] - Rev 73
Go to most recent revision | Compare with Previous | Blame | View Log
@echo off
@echo ----------------------------------------------------------------------------------------
@echo Small-C Compiler
@echo ----------------------------------------------------------------------------------------
..\tools\c80\c80 -sc00 -ohello.asm hello.c
@echo ----------------------------------------------------------------------------------------
@echo AS80 Assembler
@echo ----------------------------------------------------------------------------------------
..\tools\c80\as80 -l -t -s2 hello.asm
@echo ----------------------------------------------------------------------------------------
@echo Convert HEX File to Xilinx Memory Init File
@echo ----------------------------------------------------------------------------------------
..\tools\ihex2vlog\ihex2vlog.exe -a12 -s4096 -mram_image hello.hex ram_image.v
@echo ----------------------------------------------------------------------------------------
@echo Copy file to RTL directory
@echo ----------------------------------------------------------------------------------------
copy ram_image.v ..\verilog\rtl
Go to most recent revision | Compare with Previous | Blame | View Log