Interface IMachineContext


public interface IMachineContext
Definition of a concrete machine context, holding a VM, processor information, and a set of registers data.
  • Method Details

    • getInformation

      IProcessorInformation getInformation()
      Get information about the machine processor.
      Returns:
    • getMemory

      IVirtualMemory getMemory()
      Get access to the memory.
      Returns:
      mandatory virtual memory
    • getRegisters

      IRegisterData getRegisters()
      Get access to the registers.
      Returns:
      mandatory register bank