Class: Instruction

Instruction()

Abstract class meant to represent an Instruction, please refer to http://aconit.org/histoire/Gamma-3/Articles/Gamma-Bolliet.pdf for further documentation about the specific instructions behavior

Constructor

new Instruction()

Source:

Methods

computeExeTime()

Abstract method, return the execution time of this instruction
Source:

execute()

Abstract method, execute the instruction logic
Source:

getDescription()

Abstract method, return the textual description of this instruction
Source:

getLongType()

Abstract method, return the long type name of this instruction
Source:

getShortType()

Abstract method, return the short type name of this instruction
Source: