|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu32.ReplacementBlockTrigger
public class ReplacementBlockTrigger
Constructor Summary | |
---|---|
ReplacementBlockTrigger(CodeBlock block)
|
Method Summary | |
---|---|
int |
execute(Processor cpu)
Returns the number of equivalent x86 instructions executed. |
java.lang.String |
getDisplayString()
|
int |
getX86Count()
|
int |
getX86Length()
|
boolean |
handleMemoryRegionChange(int startAddress,
int endAddress)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplacementBlockTrigger(CodeBlock block)
block
- Method Detail |
---|
public int getX86Length()
getX86Length
in interface CodeBlock
public int getX86Count()
getX86Count
in interface CodeBlock
public int execute(Processor cpu)
CodeBlock
execute
in interface CodeBlock
public java.lang.String getDisplayString()
getDisplayString
in interface CodeBlock
public boolean handleMemoryRegionChange(int startAddress, int endAddress)
handleMemoryRegionChange
in interface CodeBlock
startAddress
- endAddress
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |