1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-12 15:30:48 +00:00
Andy McFadden 44b483c8d8 Fix table formatting for embedded destinations
The code for formatting an address table allows you to specify that
code start tags should be placed on all targets.  However, unnecessary
tags are undesirable, and it's not necessary to add a tag if the
target is already treated as executable code.  So the implementation
tested to see if the target address was already an instruction.

The code was incorrectly testing for "is instruction", rather than "is
instruction start", which meant that if the table entry pointed at an
instruction embedded inside another instruction we would conclude that
the tag wasn't necessary, when in fact it was.  Not only weren't we
getting a useful table entry, we were adding a symbolic reference to a
hidden label.

(issue #103)
2021-08-01 18:15:44 -07:00
..
2020-07-10 21:22:18 -07:00
2020-10-18 13:22:24 -07:00
2021-07-31 15:15:21 -07:00
2020-07-19 13:20:18 -07:00
2020-10-15 16:55:29 -07:00
2020-10-15 16:55:29 -07:00
2021-07-20 13:20:32 -07:00
2021-05-23 15:28:30 -07:00
2021-07-31 14:42:36 -07:00
2020-07-16 10:14:28 -07:00