1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-06 00:28:58 +00:00
6502bench/SourceGen
Andy McFadden 4639af8b0e Strip single-byte format items on single-byte instructions
It's possible to have format descriptors on instructions that are
left over from when the bytes were treated as data.  Single-byte
formats were being allowed on single-byte instructions, which
confused things later when the code tried to apply the format to
an instruction with no operand.
2018-10-05 11:10:03 -07:00
..
AppForms Flip name/value columns in Symbols window 2018-10-02 13:55:23 -07:00
AsmGen Output code for v2.17 when cc65 isn't found 2018-10-01 17:11:09 -07:00
Examples Update READMEs 2018-09-30 15:10:08 -07:00
Properties Initial file commit 2018-09-28 10:05:11 -07:00
RuntimeData Revise documentation 2018-10-04 15:15:44 -07:00
Sandbox Rename DomainManager property to DomainMgr 2018-10-04 15:29:47 -07:00
Setup Initial file commit 2018-09-28 10:05:11 -07:00
SGTestData Initial file commit 2018-09-28 10:05:11 -07:00
Tests Initial file commit 2018-09-28 10:05:11 -07:00
Tools Placate the static code analyzer 2018-09-30 21:25:26 -07:00
AddressMap.cs Initial file commit 2018-09-28 10:05:11 -07:00
Anattrib.cs Initial file commit 2018-09-28 10:05:11 -07:00
App.config Initial file commit 2018-09-28 10:05:11 -07:00
AppSettings.cs Record main window location as well as size 2018-10-01 15:04:23 -07:00
ChangeSet.cs Initial file commit 2018-09-28 10:05:11 -07:00
CodeAnalysis.cs Initial file commit 2018-09-28 10:05:11 -07:00
DataAnalysis.cs Initial file commit 2018-09-28 10:05:11 -07:00
DefSymbol.cs Initial file commit 2018-09-28 10:05:11 -07:00
DisasmProject.cs Strip single-byte format items on single-byte instructions 2018-10-05 11:10:03 -07:00
DisplayList.cs Strip single-byte format items on single-byte instructions 2018-10-05 11:10:03 -07:00
ExternalFile.cs Initial file commit 2018-09-28 10:05:11 -07:00
FormatDescriptor.cs Initial file commit 2018-09-28 10:05:11 -07:00
HelpAccess.cs Initial file commit 2018-09-28 10:05:11 -07:00
MultiLineComment.cs Initial file commit 2018-09-28 10:05:11 -07:00
NavStack.cs Initial file commit 2018-09-28 10:05:11 -07:00
PlatformSymbols.cs Initial file commit 2018-09-28 10:05:11 -07:00
Program.cs Fix stack overflow (hopefully) 2018-09-28 13:40:40 -07:00
ProjectFile.cs Initial file commit 2018-09-28 10:05:11 -07:00
ProjectProperties.cs Initial file commit 2018-09-28 10:05:11 -07:00
PseudoOp.cs Initial file commit 2018-09-28 10:05:11 -07:00
RuntimeDataAccess.cs Improve chances of running under Mono 2018-10-01 10:28:03 -07:00
SourceGen.csproj Placate the static code analyzer 2018-09-30 21:25:26 -07:00
SourceGenIcon.ico Initial file commit 2018-09-28 10:05:11 -07:00
Symbol.cs Initial file commit 2018-09-28 10:05:11 -07:00
SymbolTable.cs Initial file commit 2018-09-28 10:05:11 -07:00
SymbolTableSubset.cs Flip name/value columns in Symbols window 2018-10-02 13:55:23 -07:00
UndoableChange.cs Initial file commit 2018-09-28 10:05:11 -07:00
VirtualListViewSelection.cs Initial file commit 2018-09-28 10:05:11 -07:00
WeakSymbolRef.cs Initial file commit 2018-09-28 10:05:11 -07:00
XrefSet.cs Initial file commit 2018-09-28 10:05:11 -07:00