public abstract class MemoryAccess extends java.lang.Object implements Instruction
Constructor and Description |
---|
MemoryAccess(long address)
Construct the memory access operation
|
Modifier and Type | Method and Description |
---|---|
int |
getCPUClocks()
The number of the CPU clocks the instruction takes to execute
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
public MemoryAccess(long address)
address
- The address upon which the operation is performedpublic int getCPUClocks()
Instruction
getCPUClocks
in interface Instruction