1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-20 14:31:17 +00:00
Andy McFadden 33aa0ff004 Add operand highlighting
When a code or data line is selected in the code list, if the operand
is an address inside the file, we highlight the address and label.
It's also useful to highlight the other way: when a code or data line
is selected, find all lines whose operands reference it, and highlight
the operand field.

This is a little trickier because there can be multiple references,
but all of the information we need is in the cross-reference table.
2021-11-17 11:18:23 -08:00
..
2021-10-23 21:35:30 -07:00
2021-11-14 09:21:15 -08:00
2021-10-16 09:15:28 -07:00
2021-11-14 08:24:55 -08:00
2021-10-23 21:35:30 -07:00
2021-11-04 15:11:59 -07:00
2021-10-20 09:06:53 -07:00
2021-11-17 11:18:23 -08:00
2021-09-30 21:11:26 -07:00
2021-11-14 09:24:40 -08:00
2021-10-04 20:41:19 -07:00
2021-09-30 21:11:26 -07:00
2021-10-23 21:35:30 -07:00
2021-11-17 11:18:23 -08:00
2021-10-07 12:39:30 -07:00
2021-10-17 18:02:29 -07:00
2021-11-17 11:18:23 -08:00
2021-09-30 21:11:26 -07:00
2021-10-07 12:39:30 -07:00
2021-09-27 18:13:06 -07:00
2021-10-07 12:39:30 -07:00
2020-07-16 10:14:28 -07:00
2021-10-04 20:41:19 -07:00
2021-09-26 17:17:54 -07:00
2021-11-02 08:54:07 -07:00