C# Класс SimpleC.Excecution.Excecutor

Excecutor vor SimpleC machine code.
Показать файл Открыть проект

Открытые методы

Метод Описание
Excecutor ( CodeInstruction code ) : System
Excecutor ( CodeInstruction code, int memorySize ) : System
Start ( ) : void

Start the excecution of the code!

Приватные методы

Метод Описание
exceuteInstruction ( CodeInstruction instr ) : void

Описание методов

Excecutor() публичный Метод

public Excecutor ( CodeInstruction code ) : System
code SimpleC.Types.CodeInstruction
Результат System

Excecutor() публичный Метод

public Excecutor ( CodeInstruction code, int memorySize ) : System
code SimpleC.Types.CodeInstruction
memorySize int
Результат System

Start() публичный Метод

Start the excecution of the code!
public Start ( ) : void
Результат void