1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-08-12 06:28:57 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Andy McFadden
62b7655a1c Fix handling of data formatting that overlaps with code
If you play games with code hints you can create a data operand that
overlaps with code.  This causes problems (see issue #45).  We now
check for that situation and ignore overlapping data descriptors.

Added a regression test to 2011-hinting.
2019-09-14 11:44:17 -07:00
Andy McFadden
2c6212404d Initial file commit 2018-09-28 10:05:11 -07:00