Constructor
new Series3(id, bullGamma)
Constructs a new instance of ConnexioArray
Parameters:
Name | Type | Description |
---|---|---|
id |
the id for the extended Serie, should always be 3 to respect the physical architecture | |
bullGamma |
the bull gamma to which this array is connected |
Methods
completeInstructions()
fills up the empty instructions slots with NOP instructions
getInstruction(line) → {Instruction}
Parameters:
Name | Type | Description |
---|---|---|
line |
the position of the desired instructions |
Returns:
the fetched instructions
- Type
- Instruction
getInstructions() → {Array|Instruction}
Returns:
all the instructions of the Series3
- Type
- Array | Instruction
setInstructions(hexCode)
Set the Series3's content with hex values
Parameters:
Name | Type | Description |
---|---|---|
hexCode |
a String that represents the new hex values of the array |