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

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

Méthodes publiques

Méthode Description
Ldc ( Register result, Constant value ) : System

Initializes a new instance of the Ldc class.

Method Details

Ldc() public méthode

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