C# Class Assembler.Assembler

Afficher le fichier Open project: Rohansi/VM Class Usage Examples

Méthodes publiques

Свойство Type Description
Binary byte[]

Méthodes publiques

Méthode Description
Assembler ( string source ) : System

Private Methods

Méthode Description
Accept ( TokenType tokenType ) : bool
BitwiseExpression ( Stack operations ) : void
Build ( ) : void
EvaluateExpression ( ) : short
Expression ( Stack operations ) : void
Factor ( Stack operations ) : void
Parse ( ) : void
ParseInstruction ( ) : Instruction
ParseOperand ( ) : Operand
Require ( TokenType tokenType ) : void
Term ( Stack operations ) : void

Method Details

Assembler() public méthode

public Assembler ( string source ) : System
source string
Résultat System

Property Details

Binary public_oe property

public byte[] Binary
Résultat byte[]