Header menu logo F# Header menu logo Averest

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

ALU

Full Usage: ALU

BRC

Full Usage: BRC

JMP

Full Usage: JMP

MEM

Full Usage: MEM

Instance members

Instance member Description

this.IsALU

Full Usage: this.IsALU

Returns: bool
Returns: bool

this.IsBRC

Full Usage: this.IsBRC

Returns: bool
Returns: bool

this.IsJMP

Full Usage: this.IsJMP

Returns: bool
Returns: bool

this.IsMEM

Full Usage: this.IsMEM

Returns: bool
Returns: bool

Type something to start searching.