C# 클래스 SharpOS.AOT.IR.Instructions.Ldc

상속: Instruction
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
Ldc ( Register result, Constant value ) : System

Initializes a new instance of the Ldc class.

메소드 상세

Ldc() 공개 메소드

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