C# Class Assembler.Instruction

Datei anzeigen 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_oe property

public Operand,Assembler Left
return Operand

Right public_oe property

public Operand,Assembler Right
return Operand

Type public_oe property

public Instructions,Assembler Type
return Assembler.Instructions