| Interface | Description |
|---|---|
| CPU |
Interface that covers CPU common operations.
|
| CPU.CPUListener |
The listener interface for receiving CPU events.
|
| CPUContext |
Basic interface for CPU context.
|
| DebugColumn |
Interface that holds information about column in debug window.
|
| Decoder |
An instruction decoder interface.
|
| Disassembler |
An instruction disassembler interface.
|
| Class | Description |
|---|---|
| AbstractCPU |
This class implements some fundamental functionality that can be used by your own plug-ins.
|
| AbstractDebugColumn |
Simple implementation of DebugColumn.
|
| DecodedInstruction |
A decoded, but not yet disassembled instruction.
|
| DisassembledInstruction |
This class represents disassembled instruction.
|
| Enum | Description |
|---|---|
| CPU.RunState |
The run state of the CPU.
|
Copyright © 2017. All rights reserved.