C# Class Mosa.Compiler.Framework.IR.AddressOf

Retrieves the address of the variable represented by its operand.
The address of instruction is used to retrieve the memory address of its sole operand. The operand may not represent a register.
Inheritance: Mosa.Compiler.Framework.IR.TwoOperandInstruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
AddressOf ( )

Initializes a new instance of the AddressOf.

Method Details

AddressOf() public method

Initializes a new instance of the AddressOf.
public AddressOf ( )