C# Class Assembler.Instruction

Show file Open project: Rohansi/VM

Public Properties

Property Type Description
Left Operand
Right Operand
Type Assembler.Instructions

Public Methods

Method Description
Assemble ( ) : byte[]
Instruction ( Assembler.Instructions type, Operand left, Operand right ) : System

Protected Methods

Method Description
Instruction ( ) : System

Method Details

Assemble() public method

public Assemble ( ) : byte[]
return byte[]

Instruction() protected method

protected Instruction ( ) : System
return System

Instruction() public method

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

Property Details

Left public property

public Operand,Assembler Left
return Operand

Right public property

public Operand,Assembler Right
return Operand

Type public property

public Instructions,Assembler Type
return Assembler.Instructions