External Wishbone bus and serial input/output registers
[AtosmChip.git] / tests / Makefile
blob8fafa73b37ca379eb10113527070c6d60adf3f32
1 all: cpu_test.memh antic_test.memh
3 %.memh: %.bin
4 od -v -A n -t x1 $< >$@
6 %.o: %.asm
7 ca65 -o $@ $<
9 cpu_test.bin: cpu_test.o
10 ld65 -C cpu_test.cfg -o $@ $<
12 antic_test.bin: antic_test.o
13 ld65 -C cpu_test.cfg -o $@ $<