URL
https://opencores.org/ocsvn/zipcpu/zipcpu/trunk
Subversion Repositories zipcpu
[/] [zipcpu/] [trunk/] [bench/] [asm/] [Makefile] - Rev 41
Go to most recent revision | Compare with Previous | Blame | View Log
all: zipdhry.z testdiv.z wdt.zZASM := ../../sw/zasm/zasmZDMP := ../../sw/zasm/zdumpLIBS := ../../sw/libINCS := -I../../sw/zasmdump: zipdhry.txt testdiv.txtzipdhry.z: zipdhry.S $(LIBS)/divs.S $(LIBS)/divu.S stack.S$(ZASM) $(INCS) $^ -o $@zipdhry.txt: zipdhry.z$(ZDMP) zipdhry.z > zipdhry.txtwdt.z: wdt.S$(ZASM) $(INCS) $^ -o $@.PHONY: testdivtestdiv: testdiv.ztestdiv.z: testdiv.S $(LIBS)/divs.S $(LIBS)/divu.S stack.S$(ZASM) $(INCS) $^ -o $@testdiv.txt: testdiv.z$(ZDMP) testdiv.z > testdiv.txtclean:rm -rf *.z
Go to most recent revision | Compare with Previous | Blame | View Log
