mirror of
https://github.com/fadden/6502bench.git
synced 2026-04-21 10:16:42 +00:00
d4c481839e
AddressMap API reshuffle. Added "pre-label" to class and API. Split AddressMapEntry into two parts to make it clear when FLOATING_LEN has been resolved. Updated display line list generator to use in-line linear map traversal. Previous approach was to walk through the list of regions in a second pass, inserting .ORG directives, but that was awkward and is no longer needed.