C# 클래스 Mosa.Compiler.Framework.IR.LoadInteger

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.
상속: Mosa.Compiler.Framework.IR.ThreeOperandInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
LoadInteger ( )

Initializes a new instance of LoadInteger.

메소드 상세

LoadInteger() 공개 메소드

Initializes a new instance of LoadInteger.
public LoadInteger ( )