1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-06 02:01:48 +00:00
6502bench/SourceGen
Andy McFadden 9e525d1428 Populate symbol table, with filtering and sorting
The filtering uses the DataGrid View filtering mechanism.  The
built-in sorting only operates on a single column, and we really
want a secondary sort on label when the type is used as the key,
so we provide a custom sort method.
2019-06-12 15:14:21 -07:00
..
AppForms Update comments 2019-04-29 13:07:52 -07:00
AsmGen Update comments 2019-04-29 13:07:52 -07:00
Examples
Properties Add Actions > Format As Word (Ctrl+W) 2018-11-11 17:25:02 -08:00
RuntimeData Minor doc edits 2019-04-19 14:10:48 -07:00
Sandbox
Setup Code cleanup 2018-10-29 15:48:19 -07:00
SGTestData Experiment on uncategorized data analysis 2019-04-18 15:58:43 -07:00
Tests Progress toward new assembler configuration 2018-10-20 21:24:28 -07:00
Tools Hex dump shows file offset, not address 2018-10-15 17:24:32 -07:00
AddressMap.cs Attempt to generate segment names for cc65 2018-11-18 15:11:29 -08:00
Anattrib.cs
App.config
AppSettings.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
AutoLabel.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
ChangeSet.cs
CodeAnalysis.cs Add more detail to cross references 2019-04-11 16:23:02 -07:00
DataAnalysis.cs Update comments 2019-04-29 13:07:52 -07:00
DefSymbol.cs
DisasmProject.cs Make ResetList() 1000x faster 2019-05-30 16:30:59 -07:00
DisplayList.cs Code cleanup 2018-10-29 15:48:19 -07:00
ExternalFile.cs
FormatDescriptor.cs
HelpAccess.cs
MultiLineComment.cs
NavStack.cs Update comments 2019-04-29 13:07:52 -07:00
PlatformSymbols.cs
Program.cs Version 1.1.0 2019-04-19 14:54:10 -07:00
ProjectFile.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
ProjectProperties.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
PseudoOp.cs Improve the "common" expression formatter 2018-10-26 15:45:39 -07:00
RuntimeDataAccess.cs
SourceGen.csproj Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
SourceGenIcon.ico
Symbol.cs Populate symbol table, with filtering and sorting 2019-06-12 15:14:21 -07:00
SymbolTable.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
SymbolTableSubset.cs
UndoableChange.cs
VirtualListViewSelection.cs
WeakSymbolRef.cs
XrefSet.cs Document the auto-label style setting 2019-04-15 16:04:11 -07:00