1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-05 23:30:20 +00:00
6502bench/SourceGen
Andy McFadden 6df29e562f Various tweaks
Changed the code that generates cross-references for pre-labels to
ignore labels in regions with non-addressable parents.  Also, changed
the code that complains about references to labels in non-addressable
areas to ignore pre-labels, because it was complaining about references
to pre-labels on region starts that were followed by a non-addressable
region start.

In the address region edit dialog, split up the descriptive text for
the "resize" option to make it easier to see the new end offset and
length.  It doesn't look quite right because it's not using the mono
font like the text near the top, but it'll do.

When multiple lines are selected, the Info window now shows the first
line/offset, last line/offset, and bytes spanned by the selection.
This is helpful if you're trying to figure out how big something is.
2021-10-11 14:44:44 -07:00
..
AsmGen Implement IsRelative for cc65/merlin32 2021-10-09 10:08:14 -07:00
Examples Add multi-inline extension script to tutorial 2021-08-15 10:00:00 -07:00
Properties
Res Various tweaks 2021-10-11 14:44:44 -07:00
RuntimeData Relocate manual 2021-10-08 08:43:12 -07:00
Sandbox Add a couple of funky projects 2021-10-08 08:36:44 -07:00
SGTestData Implement IsRelative for cc65/merlin32 2021-10-09 10:08:14 -07:00
Tests Fix 64tass output for non-loadable files 2021-08-01 17:21:20 -07:00
Tools ORG rework, part 4 2021-09-26 17:17:54 -07:00
WpfGui Various tweaks 2021-10-11 14:44:44 -07:00
Anattrib.cs ORG rework, part 6 2021-09-30 21:11:26 -07:00
App.config
App.xaml
App.xaml.cs Version 1.8.0-dev1 2021-10-08 12:33:32 -07:00
AppSettings.cs ORG rework, part 8 2021-10-04 20:41:19 -07:00
AutoLabel.cs
ChangeSet.cs
CodeAnalysis.cs ORG rework, part 6 2021-09-30 21:11:26 -07:00
DataAnalysis.cs ORG rework, part 6 2021-09-30 21:11:26 -07:00
DefSymbol.cs
DisasmProject.cs Various tweaks 2021-10-11 14:44:44 -07:00
DisplayList.cs ORG rework, part 8 2021-10-04 20:41:19 -07:00
DisplayListSelection.cs
Exporter.cs ORG rework, part 9 2021-10-07 12:39:30 -07:00
ExternalFile.cs
FormatDescriptor.cs
FormattedOperandCache.cs
HelpAccess.cs Add warning to manual when viewed from web 2021-10-08 11:01:03 -07:00
LineListGen.cs Implement IsRelative for cc65/merlin32 2021-10-09 10:08:14 -07:00
LocalVariableLookup.cs
LocalVariableTable.cs
MainController.cs Various tweaks 2021-10-11 14:44:44 -07:00
MessageList.cs ORG rework, part 6 2021-09-30 21:11:26 -07:00
MultiLineComment.cs
NavStack.cs ORG rework, part 9 2021-10-07 12:39:30 -07:00
PlatformSymbols.cs Expand 20152-local-variables test 2021-07-20 11:28:26 -07:00
ProjectFile.cs ORG rework, part 5 2021-09-27 18:13:06 -07:00
ProjectProperties.cs
PseudoOp.cs ORG rework, part 9 2021-10-07 12:39:30 -07:00
RenderAddressMap.cs ORG rework, part 9 2021-10-07 12:39:30 -07:00
RuntimeDataAccess.cs
Sgec.cs
SourceGen.csproj ORG rework, part 5 2021-09-27 18:13:06 -07:00
Symbol.cs ORG rework, part 8 2021-10-04 20:41:19 -07:00
SymbolTable.cs
SystemDefaults.cs
SystemDefs.cs
UndoableChange.cs ORG rework, part 4 2021-09-26 17:17:54 -07:00
VisBitmapAnimation.cs
Visualization.cs
VisualizationSet.cs
VisWireframeAnimation.cs
WeakSymbolRef.cs
WireframeObject.cs
XrefSet.cs