1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-15 05:26:19 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Andy McFadden
2f74fce80b Expand set of things that work with double-click on opcode
If you double-click on the opcode of "JSR label", the code view
selection jumps to the label.  This now works for partial operands,
e.g. "LDA #<label".

Some changes to the find-label-offset code affected the cc65 "is it
a forward reference to a direct-page label" logic.  The regression
test now correctly identifies an instruction that refers to itself
as not being a forward reference.
2018-11-03 15:03:25 -07:00
Andy McFadden
2c6212404d Initial file commit 2018-09-28 10:05:11 -07:00