Class Operation<A extends Address & Data>

  • Type Parameters:
    A - the address type.

    public abstract class Operation<A extends Address & Data>
    extends java.lang.Object
    The Operation class describes objects responsible for initializing fields of an address passed to the MMU simulator when simulation of a memory access is started. Each Operation object is associated with a specific operation defined in the ISA model and is called when a memory access has been initiated by that ISA operation.
    • Constructor Detail

      • Operation

        public Operation()
    • Method Detail

      • init

        public abstract void init​(A address)
      • initAddress

        public static <A extends Address & Data> void initAddress​(A address)