dioscuri.module.cpu32
Class RealModeTemplateBlock
java.lang.Object
dioscuri.module.cpu32.RealModeTemplateBlock
- All Implemented Interfaces:
- CodeBlock, RealModeCodeBlock
- Direct Known Subclasses:
- RealModeSkeletonBlock
public abstract class RealModeTemplateBlock
- extends java.lang.Object
- implements RealModeCodeBlock
- 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
RealModeTemplateBlock
public RealModeTemplateBlock()
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