Class: Octad

Octad(id, bullGamma)

An octad is a set of 8 memories

Constructor

new Octad(id, bullGamma)

construct a new instance of Octad
Parameters:
Name Type Description
id the id of this octad
bullGamma the machine to which the octad is attached
Source:

Methods

getMemory(id)

Returns the memory corresponding to the id
Parameters:
Name Type Description
id from 0 to 7
Source:

setContent(hexCode)

Set the Word's content with hex values
Parameters:
Name Type Description
hexCode a String that represents the new hex values of this Word
Source: