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, waitrunpublic MemoryAccess(long address)
address - The address upon which the operation is performedpublic int getCPUClocks()
InstructiongetCPUClocks in interface Instruction