]> git.sur5r.net Git - cc65/commitdiff
4510 support for da65: fixed docs and Makefile for testcase. 353/head
authorSven Oliver Moll <svolli@svolli.de>
Tue, 27 Sep 2016 10:02:57 +0000 (12:02 +0200)
committerSven Oliver Moll <svolli@svolli.de>
Tue, 27 Sep 2016 10:02:57 +0000 (12:02 +0200)
doc/da65.sgml
test/disassembler/Makefile

index 6d962e9d61c14d8b5c8a808762e7cc49db4d4d36..a8e32e1c851aab07b74061d70a0b875a9b60dbce 100644 (file)
@@ -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
index d60b82d19aea5c39d8729de1db80f6fd5ce820ea..2621b0c2070faf0fe315d69804895136df7bad07 100644 (file)
@@ -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