dioscuri.module.cpu32
Class ProtectedModeTemplateBlock
java.lang.Object
dioscuri.module.cpu32.ProtectedModeTemplateBlock
- All Implemented Interfaces:
- CodeBlock, ProtectedModeCodeBlock
- Direct Known Subclasses:
- ProtectedModeSkeletonBlock
public abstract class ProtectedModeTemplateBlock
- extends java.lang.Object
- implements ProtectedModeCodeBlock
- Author:
- Bram Lohman, Bart Kiers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
exceptionDE
protected static final ProcessorException exceptionDE
exceptionGP
protected static final ProcessorException exceptionGP
exceptionSS
protected static final ProcessorException exceptionSS
exceptionUD
protected static final ProcessorException exceptionUD
parityMap
protected static final boolean[] parityMap
ProtectedModeTemplateBlock
public ProtectedModeTemplateBlock()
getDisplayString
public java.lang.String getDisplayString()
- Specified by:
getDisplayString
in interface CodeBlock
- Returns:
- -
handleMemoryRegionChange
public boolean handleMemoryRegionChange(int startAddress,
int endAddress)
- Specified by:
handleMemoryRegionChange
in interface CodeBlock
- Parameters:
startAddress
- endAddress
-
- Returns:
- -
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object