getData abstract method
- LogicValue addr
Returns the data at addr, or null if it is not present.
Implementation
LogicValue? getData(LogicValue addr);
Returns the data at addr, or null if it is not present.
LogicValue? getData(LogicValue addr);