1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-04-20 04:16:47 +00:00

External symbol I/O direction and address mask, part 2

First cut at lookup-by-address implementation.  Seems to work, but
needs full tests.
This commit is contained in:
Andy McFadden
2019-10-16 14:55:10 -07:00
parent 9c3422623d
commit 4d8ee3fd07
8 changed files with 306 additions and 64 deletions
+1
View File
@@ -329,6 +329,7 @@ namespace SourceGen {
public string Direction { get; set; }
public SerMultiMask MultiMask { get; set; }
// Tag not relevant, Xrefs not recorded
// MultiMask currently not set for project symbols, but we support it anyway.
public SerDefSymbol() { }
public SerDefSymbol(DefSymbol defSym) : base(defSym) {