Packages

package processor

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Package Members

  1. package x86

Type Members

  1. class IllegalMemoryLayoutException extends Exception
  2. abstract class Processor extends AnyRef

    An abstract class defining a processor in a system.

  3. abstract class ProcessorDescriptor extends AnyRef

    An abstract description of a processor usable in a system.

    An abstract description of a processor usable in a system. This descriptor only contains the very basic data of the processor and offers a possibility to create a processor to be added to a system.

    This class is used to find automatically new processor descriptions via a ServiceLoader.

  4. final class Register extends AnyRef

    Defines a register including a name, a content and a size.

    Defines a register including a name, a content and a size. The size is optional. This class should be used to ask a processor for registers including content and to set the register content of a processor. Processors should always set the size whereas external users should leave it empty.

Value Members

  1. object ProcessorDescriptor

Ungrouped