RegisterReadOpArgDone class Null safety

RCL +-*/ reg does NOT lift the stack - see Recall Arithmetic, page 44.

Inheritance

Constructors

RegisterReadOpArgDone(void calculate(Model<ProgramOperation>))

Properties

hashCode int
The hash code for this object.
read-onlyinherited
opcode int
latefinalinherited
programDisplay String
latefinalinherited
programListing String
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

getCalculation<T extends ProgramOperation>(Model<ProgramOperation> m, DisplayModeSelector<(void Function(Model<ProgramOperation>)?), T> selector) → (void Function(Model<ProgramOperation>)?)
inherited
handleOpBeforeCalculate(Model<ProgramOperation> m, void opBeforeCalculate()) → void
Execute the beforeCalculate function of the operation. Normally it just executes, but some 15C operations can be deferred; this method can be overridden to do that.
override
init(int registerBase, {required OpInitFunction f, required ProgramOperation? shift, required bool argDot, required ProgramOperation? arg, required bool userMode}) → void
inherited
liftStackIfEnabled(Model<ProgramOperation> m) bool
inherited
matches(ProgramOperation key, bool userMode) Arg?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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