dioscuri.module.cpu32
Class CodeBlockManager
java.lang.Object
extended by dioscuri.module.cpu32.CodeBlockManager
public class CodeBlockManager
- extends java.lang.Object
- Author:
- Bram Lohman, Bart Kiers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeBlockManager
public CodeBlockManager(Clock clk)
- Parameters:
clk
-
getRealModeCodeBlockAt
public RealModeCodeBlock getRealModeCodeBlockAt(Memory memory,
int offset)
- Parameters:
memory
- offset
-
- Returns:
- -
getProtectedModeCodeBlockAt
public ProtectedModeCodeBlock getProtectedModeCodeBlockAt(Memory memory,
int offset,
boolean operandSizeFlag)
- Parameters:
memory
- offset
- operandSizeFlag
-
- Returns:
- -
getVirtual8086ModeCodeBlockAt
public Virtual8086ModeCodeBlock getVirtual8086ModeCodeBlockAt(Memory memory,
int offset)
- Parameters:
memory
- offset
-
- Returns:
- -
dispose
public void dispose()
-