1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-19 21:29:14 +00:00
6502bench/SourceGen
Andy McFadden 61914c8f79 Progress toward 64tass expression support
Gave cc65 its own expression generator, as the precedence table seems
atypical if not unique.  Configured 64tass to use the "simple"
expression mode.

Added some operations on a 32-bit constant to 2007-labels-and-symbols
to exercise the current worst-case expression (shift + AND + add).
Tweaked the Merlin expression generator to handle it.

(issue #16)
2018-10-24 13:17:03 -07:00
..
AppForms Progress toward 64tass expression support 2018-10-24 13:17:03 -07:00
AsmGen Progress toward 64tass expression support 2018-10-24 13:17:03 -07:00
Examples Add advanced tutorial 2018-10-09 14:55:16 -07:00
Properties Progress toward 64tass support 2018-10-23 20:08:01 -07:00
RuntimeData Progress toward 64tass expression support 2018-10-24 13:17:03 -07:00
Sandbox Update some comments 2018-10-10 16:41:03 -07:00
Setup Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
SGTestData Progress toward 64tass expression support 2018-10-24 13:17:03 -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 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 Optionally add spaces in the "bytes" column 2018-10-21 21:08:48 -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 Fix add-label shortcut for adjusted operands 2018-10-11 16:48:55 -07:00
DefSymbol.cs Initial file commit 2018-09-28 10:05:11 -07:00
DisasmProject.cs Expand reach of external symbol nearby-target test 2018-10-08 13:15:16 -07:00
DisplayList.cs Replace symbol used to indicate embedded instructions 2018-10-21 18:46: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 Support command-line invocation 2018-10-08 16:18:56 -07:00
Program.cs Version 1.1.0-dev1 2018-10-17 13:11:12 -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 Progress toward 64tass expression support 2018-10-24 13:17:03 -07:00
RuntimeDataAccess.cs Improve chances of running under Mono 2018-10-01 10:28:03 -07:00
SourceGen.csproj Progress toward 64tass support 2018-10-23 20:08:01 -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 First cut of split-address table formatter 2018-10-06 18:05:31 -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