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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user