NumStatus68 class Null safety

A helper for the index register, which is always stored as a 68 bit quantity, regardless of the calculator mode.

Implemented types

Constructors

NumStatus68(Model<ProgramOperation> _model)

Properties

cFlag ↔ bool
read / writeoverride
gFlag ↔ bool
read / writeoverride
hashCode → int
The hash code for this object.
read-onlyinherited
integerSignMode → IntegerSignMode
read-onlyoverride
isFloatMode → bool
read-onlyoverride
maxInt → BigInt
read-onlyoverride
minInt → BigInt
read-onlyoverride
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
signMask → BigInt
final
wordMask → BigInt
final
wordSize → int
read-onlyoverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
signExtendFrom(Value other) → Value
toString() → String
A string representation of this object.
inherited

Operators

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