C# 클래스 Zeal.Compiler.CodeGeneration.CpuCodeGenerator

파일 보기 프로젝트 열기: zealsnes/compiler 1 사용 예제들

공개 메소드들

메소드 설명
CpuCodeGenerator ( Stream stream ) : System
Generate ( ) : void

비공개 메소드들

메소드 설명
writeWord ( int number ) : void

메소드 상세

CpuCodeGenerator() 공개 메소드

public CpuCodeGenerator ( Stream stream ) : System
stream Stream
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void