diff options
| author | Duncan Smith | 2010-09-14 22:50:24 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-09-14 22:50:24 -0700 |
| commit | 3759ea83b657719244d12765f5717cae576fefb5 (patch) | |
| tree | 151975ce00bbcf342a20557fe4329d84fc694981 /Makefile | |
| parent | 1f43ebf7030be20a3e559375a0ad09262ca2e1c3 (diff) | |
Conditional jumps work now.
Holy shit that was a hairy debug session. I have a lot to look
forward to.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
