Memory16 class Null safety

Inheritance

Constructors

Memory16(Model<Operation> model, {required int memoryNybbles})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
model Model<Operation>
final
policy MemoryPolicy
latefinal
program ProgramMemory<Operation>
latefinalinherited
programNybbles int
Amount of memory taken up by program
read-onlyinherited
registers Registers
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
storage ByteData
finalinherited
totalNybbles int
Total number of nybbles of storage
read-onlyinherited

Methods

decodeJson(Map<String, dynamic> json) → void
inherited
initializeSystem(OperationMap<Operation> layout, Operation lbl, Operation rtn) → void
Called by our controller, which necessarily happens after the Model exists.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
reset() → void
inherited
toJson() Map<String, Object>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited