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

Loads a value from a memory pointer.
The load instruction is used to load a value from a memory pointer and an offset. The types must be compatible.
Inheritance: Mosa.Compiler.Framework.IR.ThreeOperandInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
LoadInteger ( )

Initializes a new instance of LoadInteger.

Method Details

LoadInteger() public méthode

Initializes a new instance of LoadInteger.
public LoadInteger ( )