Add test programs
This commit is contained in:
12
hw/efinix_fpga/test_programs/Makefile
Normal file
12
hw/efinix_fpga/test_programs/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
TARGETS=stacktest runram
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
$(TARGETS):
|
||||
cl65 --cpu 65c02 -C link.ld -l $@.list $@.s
|
||||
xxd -ps $@ | fold -w 2 > $@.hex
|
||||
|
||||
clean:
|
||||
rm $(TARGETS)
|
||||
rm *.hex
|
||||
rm *.list
|
||||
Reference in New Issue
Block a user