From 476260a6fa79320a241d8f8a26923c5aaf3b1df5 Mon Sep 17 00:00:00 2001 From: Sven Oliver Moll Date: Tue, 27 Sep 2016 12:02:57 +0200 Subject: [PATCH] 4510 support for da65: fixed docs and Makefile for testcase. --- doc/da65.sgml | 2 +- test/disassembler/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/da65.sgml b/doc/da65.sgml index 6d962e9d6..a8e32e1c8 100644 --- a/doc/da65.sgml +++ b/doc/da65.sgml @@ -243,7 +243,7 @@ manipulation and bit test-and-branch commands. When disassembling 4510 code, due to handling of 16-bit wide branches, da65 can produce output that can not be re-assembled, when one or more of those -branches point outside of the disassmbled memory. This can happen when text +branches point outside of the disassembled memory. This can happen when text or binary data is processed. While there is some code for the 65816 in the sources, it is currently diff --git a/test/disassembler/Makefile b/test/disassembler/Makefile index d60b82d19..2621b0c20 100644 --- a/test/disassembler/Makefile +++ b/test/disassembler/Makefile @@ -28,6 +28,7 @@ $$(WORKDIR)/$(1)-reass.s: $$(WORKDIR)/$(1)-disass.bin $$(WORKDIR)/$(1)-reass.bin: $$(WORKDIR)/$(1)-reass.s @$$(BINDIR)/cl65 --cpu $(1) -t none $(START) --obj-path $$(WORKDIR) -o $$@ $$< + @rm -f $(1)-reass.o #workaround for #168 @cmp $$@ $$(WORKDIR)/$(1)-disass.bin @echo da65 --cpu $(1) ok endef -- 2.39.5