1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-05 10:55:09 +00:00
6502bench/CommonUtil
Andy McFadden 245e0bd9f3 Make address translation available to extension scripts
The current AddressMap is now passed into the plugin manager, which
wraps it in an AddressTranslate object and passes that to the
plugins at Prepare() time.  This allows plugins to convert addresses
to offsets, making it possible to format complex structures.

This breaks existing plugins.
2019-10-06 18:13:39 -07:00
..
Properties
AddressMap.cs Make address translation available to extension scripts 2019-10-06 18:13:39 -07:00
CommonUtil.csproj
Container.cs
CRC32.cs
DebugLog.cs
FileLoadReport.cs
FileUtil.cs
Misc.cs Allow explicit widths in project/platform symbols, part 3 2019-10-02 16:50:15 -07:00
RangeSet.cs
RawData.cs
ShellCommand.cs
TaskTimer.cs
TextUtil.cs Change the way the "add padded string" functions work 2019-09-17 22:02:05 -07:00
TypedRangeSet.cs
Version.cs Allow explicit widths in project/platform symbols, part 3 2019-10-02 16:50:15 -07:00