]> git.sur5r.net Git - cc65/commit
Fixed the way that the disassembler looks for the end of a segment.
authorGreg King <gregdk@users.sf.net>
Tue, 31 Oct 2017 04:45:17 +0000 (00:45 -0400)
committerGreg King <gregdk@users.sf.net>
Tue, 31 Oct 2017 04:47:07 +0000 (00:47 -0400)
commitde1f80571aa0d4c45fbcc67b184d70da65bee0a3
treeedde59ad1e846a4f6998be915389e36743035fd1
parent15d9373ad720eb755d7ce1f730b570459de9eafb
Fixed the way that the disassembler looks for the end of a segment.

It checks only the bytes that actually were printed.  It won't show a bad error message when disassembling address $0000.  Fixes #506 on cc65's Github project.
src/da65/main.c