1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-29 01:59:59 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden d4c481839e ORG rework, part 2
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.
2021-09-20 15:17:17 -07:00
..
WpfGui
AsmAcme.cs ORG rework, part 2 2021-09-20 15:17:17 -07:00
AsmCc65.cs ORG rework, part 2 2021-09-20 15:17:17 -07:00
AsmMerlin32.cs ORG rework, part 2 2021-09-20 15:17:17 -07:00
AsmTass64.cs ORG rework, part 2 2021-09-20 15:17:17 -07:00
AssemblerConfig.cs
AssemblerInfo.cs
AssemblerVersion.cs
GenCommon.cs ORG rework, part 2 2021-09-20 15:17:17 -07:00
IAssembler.cs
IGenerator.cs ORG rework, part 2 2021-09-20 15:17:17 -07:00
LabelLocalizer.cs