dioscuri.module.cpu32
Class BackgroundCompiler
java.lang.Object
extended by dioscuri.module.cpu32.BackgroundCompiler
- All Implemented Interfaces:
- CodeBlockCompiler
public class BackgroundCompiler
- extends java.lang.Object
- implements CodeBlockCompiler
- Author:
- Bram Lohman, Bart Kiers
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackgroundCompiler
public BackgroundCompiler(CodeBlockCompiler immediate,
CodeBlockCompiler delayed)
- Parameters:
immediate
- delayed
-
stop
public void stop()
-
-
getRealModeCodeBlock
public RealModeCodeBlock getRealModeCodeBlock(InstructionSource source)
- Specified by:
getRealModeCodeBlock
in interface CodeBlockCompiler
- Parameters:
source
-
- Returns:
- -
getProtectedModeCodeBlock
public ProtectedModeCodeBlock getProtectedModeCodeBlock(InstructionSource source)
- Specified by:
getProtectedModeCodeBlock
in interface CodeBlockCompiler
- Parameters:
source
-
- Returns:
- -
getVirtual8086ModeCodeBlock
public Virtual8086ModeCodeBlock getVirtual8086ModeCodeBlock(InstructionSource source)
- Specified by:
getVirtual8086ModeCodeBlock
in interface CodeBlockCompiler
- Parameters:
source
-
- Returns:
- -
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
-