| Package | Description |
|---|---|
| caoss.simulator | |
| caoss.simulator.instructions | |
| caoss.simulator.os |
| Constructor and Description |
|---|
Program(java.lang.String fileName,
InstructionList instructionList)
Construct a program from the given list of instructions
|
| Modifier and Type | Method and Description |
|---|---|
static Loop |
InstructionFactory.newLoop(int numIterations,
InstructionList instructionList)
Create an instance of a
loop instruction |
| Constructor and Description |
|---|
Loop(int numIterations,
InstructionList instructionList)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.jump(InstructionList instructionList)
Jump to a list of instructions
|