C# 클래스 Assembler.Instruction

파일 보기 프로젝트 열기: Rohansi/VM

공개 프로퍼티들

프로퍼티 타입 설명
Left Operand
Right Operand
Type Assembler.Instructions

공개 메소드들

메소드 설명
Assemble ( ) : byte[]
Instruction ( Assembler.Instructions type, Operand left, Operand right ) : System

보호된 메소드들

메소드 설명
Instruction ( ) : System

메소드 상세

Assemble() 공개 메소드

public Assemble ( ) : byte[]
리턴 byte[]

Instruction() 보호된 메소드

protected Instruction ( ) : System
리턴 System

Instruction() 공개 메소드

public Instruction ( Assembler.Instructions type, Operand left, Operand right ) : System
type Assembler.Instructions
left Operand
right Operand
리턴 System

프로퍼티 상세

Left 공개적으로 프로퍼티

public Operand,Assembler Left
리턴 Operand

Right 공개적으로 프로퍼티

public Operand,Assembler Right
리턴 Operand

Type 공개적으로 프로퍼티

public Instructions,Assembler Type
리턴 Assembler.Instructions