C# Class Assembler.Instruction

Afficher le fichier Open project: Rohansi/VM

Méthodes publiques

Свойство Type Description
Left Operand
Right Operand
Type Assembler.Instructions

Méthodes publiques

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

Méthodes protégées

Méthode Description
Instruction ( ) : System

Method Details

Assemble() public méthode

public Assemble ( ) : byte[]
Résultat byte[]

Instruction() protected méthode

protected Instruction ( ) : System
Résultat System

Instruction() public méthode

public Instruction ( Assembler.Instructions type, Operand left, Operand right ) : System
type Assembler.Instructions
left Operand
right Operand
Résultat System

Property Details

Left public_oe property

public Operand,Assembler Left
Résultat Operand

Right public_oe property

public Operand,Assembler Right
Résultat Operand

Type public_oe property

public Instructions,Assembler Type
Résultat Assembler.Instructions