Interface | Description |
---|---|
ModelStateObserver |
Class | Description |
---|---|
Execution |
The
Execution class implements the execution environment. |
Model |
The
Model class implements an ISA model and provides its facilities to external users. |
ModelBuilder | |
PEState | |
Reader |
The
Reader class allows reading data from the microprocessor
register and memory directly or via addressing modes. |
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). |