Package | Description |
---|---|
caoss.simulator.instructions |
Modifier and Type | Class and Description |
---|---|
class |
MemoryLoad
Class representing a memory load instruction
|
class |
MemoryStore
Class representing a memory store instruction
|
Modifier and Type | Method and Description |
---|---|
static MemoryAccess |
InstructionFactory.newMemoryLoad(long address)
Create an instance of a
load instruction |
static MemoryAccess |
InstructionFactory.newMemoryStore(long address)
Create an instance of a
store instruction |