From 3759ea83b657719244d12765f5717cae576fefb5 Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Tue, 14 Sep 2010 22:50:24 -0700 Subject: Conditional jumps work now. Holy shit that was a hairy debug session. I have a lot to look forward to. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e5a4ad6..45601d9 100644 --- a/Makefile +++ b/Makefile @@ -26,5 +26,5 @@ testbenches/mine.h: testbenches/mine.bin hexdump -v -e '12/1 "0x%02x, "' -e '"\n"' testbenches/mine.bin | sed -e 's/0x *,//g' >> testbenches/mine.h echo '};' >> testbenches/mine.h -testbenches/zexdoc.bin: testbenches/mine.z80 +testbenches/mine.bin: testbenches/mine.z80 spasm testbenches/mine.z80 -- cgit v1.2.3