B2R2


Context Type

Constructors

Constructor Description

Context()

Full Usage: Context()

Returns: Context
Returns: Context

Instance members

Instance member Description

this.Labels

Full Usage: this.Labels

Returns: Labels

Store labels and their corresponding statement indices.

Returns: Labels

this.Mode

Full Usage: this.Mode

Architecture mode.

this.PC

Full Usage: this.PC

The current program counter.

this.Registers

Full Usage: this.Registers

Returns: Variables<RegisterID>

Store named register values.

Returns: Variables<RegisterID>

this.StmtIdx

Full Usage: this.StmtIdx

The current index of the statement to evaluate within the scope of a machine instruction. This index behaves like a PC for statements of an instruction.

this.Temporaries

Full Usage: this.Temporaries

Returns: Variables<int>

Store temporary variable values.

Returns: Variables<int>