1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-03 12:55:29 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden 97a372a884 Add selectable auto-label styles
SourceGen creates "auto" labels when it finds a reference to an
address that doesn't have a label associated with it.  The label for
address $1234 would be "L1234".  This change allows the project to
specify alternative label naming conventions, annotating them with
information from the cross-reference data.  For example, a subroutine
entry point (i.e. the target of a JSR) would be "S_1234".  (The
underscore was added to avoid confusion when an annotation letter
is the same as a hex digit.)

Also, tweaked the way the preferred clipboard line format is stored
in the settings file (was an integer, now an enumeration string).
2019-04-15 15:14:04 -07:00
..
AsmCc65.cs Attempt to generate segment names for cc65 2018-11-18 15:11:29 -08:00
AsmMerlin32.cs Add more detail to cross references 2019-04-11 16:23:02 -07:00
AsmTass64.cs Attempt to generate segment names for cc65 2018-11-18 15:11:29 -08:00
AssemblerConfig.cs
AssemblerInfo.cs
AssemblerProgress.cs
AssemblerProgress.Designer.cs
AssemblerProgress.resx
AssemblerVersion.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
GenAndAsm.cs
GenAndAsm.Designer.cs
GenAndAsm.resx
GenCommon.cs Expand set of things that work with double-click on opcode 2018-11-03 15:03:25 -07:00
GeneratorProgress.cs
GeneratorProgress.Designer.cs
GeneratorProgress.resx
IAssembler.cs
IGenerator.cs
LabelLocalizer.cs
StringGather.cs