C# Class Zeal.Compiler.CodeGeneration.CpuCodeGenerator

Afficher le fichier Open project: zealsnes/compiler Class Usage Examples

Méthodes publiques

Méthode Description
CpuCodeGenerator ( Stream stream ) : System
Generate ( ) : void

Private Methods

Méthode Description
writeWord ( int number ) : void

Method Details

CpuCodeGenerator() public méthode

public CpuCodeGenerator ( Stream stream ) : System
stream Stream
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void