dioscuri.module.cpu32
Class RealModeSkeletonBlock

java.lang.Object
  extended by dioscuri.module.cpu32.RealModeTemplateBlock
      extended by dioscuri.module.cpu32.RealModeSkeletonBlock
All Implemented Interfaces:
CodeBlock, RealModeCodeBlock

public class RealModeSkeletonBlock
extends RealModeTemplateBlock

Author:
Bram Lohman, Bart Kiers

Field Summary
 
Fields inherited from class dioscuri.module.cpu32.RealModeTemplateBlock
exceptionDE, exceptionGP, exceptionSS, exceptionUD, parityMap
 
Constructor Summary
RealModeSkeletonBlock()
           
 
Method Summary
 int execute(Processor cpu)
          Returns the number of equivalent x86 instructions executed.
 int getX86Count()
           
 int getX86Length()
           
 
Methods inherited from class dioscuri.module.cpu32.RealModeTemplateBlock
getDisplayString, handleMemoryRegionChange, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RealModeSkeletonBlock

public RealModeSkeletonBlock()
Method Detail

execute

public int execute(Processor cpu)
Description copied from interface: CodeBlock
Returns the number of equivalent x86 instructions executed. Negative results indicate an error

Returns:
the number of equivalent x86 instructions executed. Negative results indicate an error

getX86Length

public int getX86Length()
Returns:
-

getX86Count

public int getX86Count()
Returns:
-