public class MemoryLoad extends MemoryAccess
Constructor and Description |
---|
MemoryLoad(long address)
Construct the memory load operation
|
Modifier and Type | Method and Description |
---|---|
void |
run(CPUCore cpuCore)
The implementation of the instruction
|
java.lang.String |
toString() |
getCPUClocks
public MemoryLoad(long address)
address
- The source addresspublic void run(CPUCore cpuCore)
Instruction
cpuCore
- The CPU core where the instruction is runningpublic java.lang.String toString()
toString
in class java.lang.Object