C# Class SimpleC.Excecution.Excecutor

Excecutor vor SimpleC machine code.
显示文件 Open project: nrother/simple-c

Public Methods

Method Description
Excecutor ( CodeInstruction code ) : System
Excecutor ( CodeInstruction code, int memorySize ) : System
Start ( ) : void

Start the excecution of the code!

Private Methods

Method Description
exceuteInstruction ( CodeInstruction instr ) : void

Method Details

Excecutor() public method

public Excecutor ( CodeInstruction code ) : System
code SimpleC.Types.CodeInstruction
return System

Excecutor() public method

public Excecutor ( CodeInstruction code, int memorySize ) : System
code SimpleC.Types.CodeInstruction
memorySize int
return System

Start() public method

Start the excecution of the code!
public Start ( ) : void
return void