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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Ldc ( Register result, Constant value ) : System

Initializes a new instance of the Ldc class.

Method Details

Ldc() public method

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