C# Class VM.Instruction

Show file Open project: Rohansi/VM Class Usage Examples

Public Properties

Property Type Description
Left Operand
Right Operand
Type Instructions

Public Methods

Method Description
Decode ( ) : void
Instruction ( VirtualMachine virtualMachine ) : System
ToString ( ) : string

Private Methods

Method Description
Instruction ( ) : System

Method Details

Decode() public method

public Decode ( ) : void
return void

Instruction() public method

public Instruction ( VirtualMachine virtualMachine ) : System
virtualMachine VirtualMachine
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Left public property

public Operand,VM Left
return Operand

Right public property

public Operand,VM Right
return Operand

Type public property

public Instructions Type
return Instructions