public class MemoryStore extends MemoryAccess
Constructor and Description |
---|
MemoryStore(long address)
Construct a memory store operation
|
Modifier and Type | Method and Description |
---|---|
void |
run(CPUCore cpuCore)
The implementation of the instruction
|
java.lang.String |
toString() |
getCPUClocks
public MemoryStore(long address)
address
- Target 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