Package | Description |
---|---|
caoss.simulator.instructions | |
caoss.simulator.os |
Modifier and Type | Class and Description |
---|---|
class |
Computation
An instruction that represents a certain amount of computing clock cycles
|
class |
Loop
Class representing a "loop" instruction
|
class |
MemoryAccess
Base class for a memory access instruction
It factorizes many of the operations common to load and store operations
|
class |
MemoryLoad
Class representing a memory load instruction
|
class |
MemoryStore
Class representing a memory store instruction
|
class |
SysCall
Class representing a system call instruction
|
Modifier and Type | Method and Description |
---|---|
Instruction |
InstructionList.InstructionListIterator.next() |
Modifier and Type | Method and Description |
---|---|
Instruction |
Context.nextInstruction()
Next instruction to execute
|