Serialized Form


Package com.cmpware.cmp

Class com.cmpware.cmp.BreakpointException extends java.lang.Exception implements Serializable

serialVersionUID: 0L

Serialized Fields

addr

int addr
The address of the exception

Class com.cmpware.cmp.CustomArrayException extends java.lang.Exception implements Serializable

serialVersionUID: 0L

Class com.cmpware.cmp.IllegalOpcodeException extends java.lang.Exception implements Serializable

serialVersionUID: 0L

Serialized Fields

opcode

int opcode
The opcode of the exception

Class com.cmpware.cmp.IllegalRegisterException extends java.lang.Exception implements Serializable

serialVersionUID: 0L

Serialized Fields

registerIndex

int registerIndex
The register index that caused the exception

Class com.cmpware.cmp.LinkException extends java.lang.Exception implements Serializable

serialVersionUID: 0L

Class com.cmpware.cmp.MemoryAccessException extends java.lang.Exception implements Serializable

serialVersionUID: 0L

Serialized Fields

addr

int addr
The address access that caused the exception


data

int data
The data of the attempted to be read / write that caused the exception


isWrite

boolean isWrite
Did a read or a write cause the exception?

Class com.cmpware.cmp.NetworkException extends java.lang.Exception implements Serializable

serialVersionUID: 0L

Class com.cmpware.cmp.ProcessorException extends java.lang.Exception implements Serializable

serialVersionUID: 0L

Class com.cmpware.cmp.SystemMemoryException extends java.lang.Exception implements Serializable

serialVersionUID: 0L


Package com.cmpware.cmp.mmio

Class com.cmpware.cmp.mmio.MemoryMappedIOException extends MemoryAccessException implements Serializable

serialVersionUID: 0L


Package com.cmpware.ide.views

Class com.cmpware.ide.views.HexInteger extends java.lang.Number implements Serializable

Serialized Fields

i

java.lang.Integer i
The Integer

Class com.cmpware.ide.views.HexIntegerFieldEditor extends java.lang.Object implements Serializable