1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-08-07 22:25:09 +00:00
Files
6502bench/SourceGen
Andy McFadden 6e9ff395d2 Add offset to PlSymbol
It's useful for extension scripts to be able to get the file offset
of symbols in non-addressable regions.  One example of this is CHR
ROM data for an NES cartridge.  However, we were getting the offset
by doing an address-to-offset mapping on the plugin side, which by
definition doesn't work for non-addressable memory.

So we now add the offset to PlSymbol objects for user labels and
address region pre-labels.  The NES visualizer has been updated to
use the new field.

Also, fixed a bogus complaint about bank overruns for non-addressable
regions.
2021-10-23 21:35:30 -07:00
..
2021-10-23 21:35:30 -07:00
2021-10-16 09:15:28 -07:00
2021-10-23 21:35:30 -07:00
2021-10-23 21:35:30 -07:00
2021-10-20 09:06:53 -07:00
2021-10-20 09:06:53 -07:00
2021-09-30 21:11:26 -07:00
2019-07-20 17:36:12 -07:00
2019-12-04 15:59:37 -08:00
2021-10-23 10:57:56 -07:00
2021-10-04 20:41:19 -07:00
2019-11-08 21:02:15 -08:00
2021-10-16 09:15:28 -07:00
2021-09-30 21:11:26 -07:00
2021-10-23 21:35:30 -07:00
2021-10-04 20:41:19 -07:00
2021-10-07 12:39:30 -07:00
2021-10-17 18:02:29 -07:00
2021-10-23 21:35:30 -07:00
2021-09-30 21:11:26 -07:00
2019-11-01 19:47:56 -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