A
- the address type.public abstract class Operation<A extends Address & Data>
extends java.lang.Object
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 and Description |
---|
Operation() |