FlagRegister class

COMET2's flag register

Inheritance

Constructors

FlagRegister({String name = 'FR'})

Properties

bits int
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isNotOverflow bool
Get state of overflow flag.
no setter
isNotSign bool
Get state of sign flag.
no setter
isNotZero bool
Get state of zero flag.
no setter
isOverflow bool
Get state of overflow flag.
no setter
isSign bool
Get state of sign flag.
no setter
isZero bool
Get state of zero flag.
no setter
maskBits int
Get mask bits.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signed int
Get signed value.
no setterinherited
value int
Get value.
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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