1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-08 05:30:35 +00:00
Andy McFadden 38bc7721a4 Fix "goto address" for overlapping segments
If you have multiple overlapping segments (say, four 8KB chunks
that all load at $8000), and you use the "goto" command to jump
to address $8100, it should try to jump to that address within
whichever segment you happen to be working (based on the current
line selection).  If that address doesn't exist in the current
segment, it's okay to punt and jump to the first occurrence of that
address in the file.

The existing code was always jumping to the first instance.

(related to issue #98)
2021-07-30 14:40:17 -07:00
..
2020-10-18 15:47:11 -07:00
2020-07-10 21:22:18 -07:00
2020-10-18 13:22:24 -07:00
2020-07-19 13:20:18 -07:00
2020-10-17 16:45:13 -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
2020-03-30 16:50:52 -07:00
2021-05-23 15:28:30 -07:00
2020-07-16 10:14:28 -07:00