Class: Series3

Series3(id, bullGamma)

Class which represents the connexion array of the Bull Gamma where plots would be connected by wires to hard code programs. It contains 64 instructions and as such can be considered as a Series

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
Source:

Methods

completeInstructions()

fills up the empty instructions slots with NOP instructions
Source:

getInstruction(line) → {Instruction}

Parameters:
Name Type Description
line the position of the desired instructions
Source:
Returns:
the fetched instructions
Type
Instruction

getInstructions() → {Array|Instruction}

Source:
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
Source: