C# Class SimpleC.Excecution.Excecutor

Excecutor vor SimpleC machine code.
Afficher le fichier Open project: nrother/simple-c

Méthodes publiques

Méthode Description
Excecutor ( CodeInstruction code ) : System
Excecutor ( CodeInstruction code, int memorySize ) : System
Start ( ) : void

Start the excecution of the code!

Private Methods

Méthode Description
exceuteInstruction ( CodeInstruction instr ) : void

Method Details

Excecutor() public méthode

public Excecutor ( CodeInstruction code ) : System
code SimpleC.Types.CodeInstruction
Résultat System

Excecutor() public méthode

public Excecutor ( CodeInstruction code, int memorySize ) : System
code SimpleC.Types.CodeInstruction
memorySize int
Résultat System

Start() public méthode

Start the excecution of the code!
public Start ( ) : void
Résultat void