C# Class SharpOS.AOT.IR.Instructions.Stind

Inheritance: Instruction
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
Stind ( InternalType type, Register result, Register value ) : System

Initializes a new instance of the Stind class.

Method Details

Stind() public méthode

Initializes a new instance of the Stind class.
public Stind ( InternalType type, Register result, Register value ) : System
type InternalType The type.
result Register The result.
value Register The value.
Résultat System