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() |
getCPUClockspublic MemoryStore(long address)
address - Target addresspublic void run(CPUCore cpuCore)
InstructioncpuCore - The CPU core where the instruction is runningpublic java.lang.String toString()
toString in class java.lang.Object