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

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
LoadSignExtended ( )

Initializes a new instance of LoadSignExtended.

Method Details

LoadSignExtended() public méthode

Initializes a new instance of LoadSignExtended.
public LoadSignExtended ( )