InstructionClass Type
This type defines the four basic instruction classes, i.e., ALU operations, MEMory operations, BRanCh operations and JuMPs.
Union cases
Union case | Description |
Full Usage:
ALU
|
|
Full Usage:
BRC
|
|
Full Usage:
JMP
|
|
Full Usage:
MEM
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsALU
Returns: bool
|
|
Full Usage:
this.IsBRC
Returns: bool
|
|
Full Usage:
this.IsJMP
Returns: bool
|
|
Full Usage:
this.IsMEM
Returns: bool
|
|