1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-29 16:54:50 +00:00
6502bench/SourceGen
Andy McFadden f3c28406a5 Add multiple encoding support to uncategorized data analyzer
The code that searches for character strings in uncategorized data
now recognizes the C64 encodings when selected in the project
properties.

The new code avoids some redundant comparisons when runs of
printable characters are found.  I suspect the new implementation
loses on overall performance because we're now calling through
delegates instead of testing characters directly, but I haven't
tested for that.
2019-08-13 14:08:27 -07:00
..
AsmGen Replace character operand output method 2019-08-11 22:11:00 -07:00
Examples
Properties
Res Replace character operand output method 2019-08-11 22:11:00 -07:00
RuntimeData Prep work for multi-encoding support 2019-08-11 11:27:09 -07:00
Sandbox Don't do plugin interface checks during code analysis 2019-08-10 17:16:39 -07:00
SGTestData Replace character operand output method 2019-08-11 22:11:00 -07:00
Tests Treat low and high ASCII as two distinct formats 2019-08-10 14:59:24 -07:00
Tools
WpfGui Add combo box for default text scan mode 2019-08-12 18:01:29 -07:00
AddressMap.cs
Anattrib.cs
App.config
App.xaml
App.xaml.cs Version 1.3.0-dev2 2019-08-04 15:00:36 -07:00
AppSettings.cs Remove "high" versions of string pseudo-ops 2019-08-11 16:44:22 -07:00
AutoLabel.cs
ChangeSet.cs
CodeAnalysis.cs Don't do plugin interface checks during code analysis 2019-08-10 17:16:39 -07:00
DataAnalysis.cs Add multiple encoding support to uncategorized data analyzer 2019-08-13 14:08:27 -07:00
DefSymbol.cs
DisasmProject.cs Add multiple encoding support to uncategorized data analyzer 2019-08-13 14:08:27 -07:00
DisplayList.cs
DisplayListSelection.cs
ExternalFile.cs
FormatDescriptor.cs Minor cleanup 2019-08-12 14:13:27 -07:00
HelpAccess.cs
LineListGen.cs Reverse position on '#' in block move operands 2019-08-08 13:02:01 -07:00
MainController.cs Replace character operand output method 2019-08-11 22:11:00 -07:00
MultiLineComment.cs
NavStack.cs
PlatformSymbols.cs
ProjectFile.cs Add combo box for default text scan mode 2019-08-12 18:01:29 -07:00
ProjectProperties.cs Add combo box for default text scan mode 2019-08-12 18:01:29 -07:00
PseudoOp.cs Replace character operand output method 2019-08-11 22:11:00 -07:00
RuntimeDataAccess.cs
SourceGen.csproj Minor cleanup 2019-08-12 14:13:27 -07:00
Symbol.cs
SymbolTable.cs
SystemDefaults.cs
SystemDefs.cs
UndoableChange.cs
WeakSymbolRef.cs
XrefSet.cs