dioscuri.module.cpu32
Interface Decoder

All Known Implementing Classes:
ProtectedModeUDecoder, RealModeUDecoder

public interface Decoder

Author:
Bram Lohman, Bart Kiers

Method Summary
 InstructionSource decodeProtected(ByteSource source, boolean operandSize)
           
 InstructionSource decodeReal(ByteSource source)
           
 InstructionSource decodeVirtual8086(ByteSource source)
           
 

Method Detail

decodeReal

InstructionSource decodeReal(ByteSource source)
Parameters:
source -
Returns:
-

decodeProtected

InstructionSource decodeProtected(ByteSource source,
                                  boolean operandSize)
Parameters:
source -
operandSize -
Returns:
-

decodeVirtual8086

InstructionSource decodeVirtual8086(ByteSource source)
Parameters:
source -
Returns:
-