C# 클래스 SimpleC.Excecution.Excecutor

Excecutor vor SimpleC machine code.
파일 보기 프로젝트 열기: nrother/simple-c

공개 메소드들

메소드 설명
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