1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-29 16:54:50 +00:00
6502bench/SourceGen
Andy McFadden 0eeb36f59a Add LocalVariableTable list to project
This involved adding a list to the DisasmProject, creating a new
UndoableChange type, and writing the project file serialization
code.  While doing the latter I realized that the new Width field
was redundant with the FormatDescriptor Length field, and removed it.

I added a placeholder line type, but we're not yet showing the
table in the display list.  (To edit the tables you just have to
know where they are.)
2019-08-26 16:58:53 -07:00
..
AsmGen Various tweaks 2019-08-24 17:35:26 -07:00
Examples
Properties
Res Add LocalVariableTable list to project 2019-08-26 16:58:53 -07:00
RuntimeData Improve multi-encoding output in 64tass 2019-08-21 13:46:05 -07:00
Sandbox Don't do plugin interface checks during code analysis 2019-08-10 17:16:39 -07:00
SGTestData Improve multi-encoding output in 64tass 2019-08-21 13:46:05 -07:00
Tests Various improvements 2019-08-17 11:30:42 -07:00
Tools Add C64 character conversions to hex dump viewer 2019-08-16 15:45:42 -07:00
WpfGui Add LocalVariableTable list to project 2019-08-26 16:58:53 -07:00
AddressMap.cs
Anattrib.cs
App.config
App.xaml
App.xaml.cs Version 1.3.0-dev4 2019-08-20 11:26:56 -07:00
AppSettings.cs Add C64 encodings to instruction and data operand editors 2019-08-15 17:53:12 -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 Various tweaks 2019-08-24 17:35:26 -07:00
DefSymbol.cs Add LocalVariableTable list to project 2019-08-26 16:58:53 -07:00
DisasmProject.cs Add LocalVariableTable list to project 2019-08-26 16:58:53 -07:00
DisplayList.cs Various improvements 2019-08-17 11:30:42 -07:00
DisplayListSelection.cs Add C64 encodings to instruction and data operand editors 2019-08-15 17:53:12 -07:00
ExternalFile.cs
FormatDescriptor.cs Improve multi-encoding output in 64tass 2019-08-21 13:46:05 -07:00
FormattedOperandCache.cs Add a string operand cache 2019-08-17 17:03:06 -07:00
HelpAccess.cs
LineListGen.cs Add LocalVariableTable list to project 2019-08-26 16:58:53 -07:00
LocalVariableTable.cs Update editors to work with local variables 2019-08-25 17:25:15 -07:00
MainController.cs Add LocalVariableTable list to project 2019-08-26 16:58:53 -07:00
MultiLineComment.cs
NavStack.cs
PlatformSymbols.cs
ProjectFile.cs Add LocalVariableTable list to project 2019-08-26 16:58:53 -07:00
ProjectProperties.cs Update editors to work with local variables 2019-08-25 17:25:15 -07:00
PseudoOp.cs Eliminate duplicate function 2019-08-21 15:29:00 -07:00
RuntimeDataAccess.cs
SourceGen.csproj Rough layout of local variable tables 2019-08-25 14:14:44 -07:00
Symbol.cs Add LocalVariableTable list to project 2019-08-26 16:58:53 -07:00
SymbolTable.cs
SystemDefaults.cs Add default text encoding mode to system definition 2019-08-14 18:03:40 -07:00
SystemDefs.cs
UndoableChange.cs Add LocalVariableTable list to project 2019-08-26 16:58:53 -07:00
WeakSymbolRef.cs
XrefSet.cs