Comet2 class

COMET2 instance.

Constructors

Comet2()

Properties

device Device
I/O Device.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resource Resource
Resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exec() → void
Execute.
init({required int entry, required int start}) → void
init environment
load(List<int> code) → void
Load code on memory.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop() → void
To stop COMET2.
toString() String
A string representation of this object.
inherited

Operators

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