Interface | Description |
---|---|
CallFactory | |
IModel |
The IModel interface is main interface that should be implemented by a model.
|
Class | Description |
---|---|
Execution |
The
Execution class implements the execution environment. |
ProcessorModel |
The
ProcessorModel class is base class for all families of microprocessor model classes. |
Enum | Description |
---|---|
ArgumentKind |
Specifies the type of object used as an argument.
|
ArgumentMode |
The
ArgumentMode enumeration specifies how an argument of
an instructions or its primitives (addressing modes, operations, shortcuts)
is used (in, out, in/out). |
Exception | Description |
---|---|
ExecutionException |
The
ExecutionException exception is thrown by the execution environment
(see the Execution.exception(String) method). |