C# Class Assembler.Assembler

Show file Open project: Rohansi/VM Class Usage Examples

Public Properties

Property Type Description
Binary byte[]

Public Methods

Method Description
Assembler ( string source ) : System

Private Methods

Method 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 method

public Assembler ( string source ) : System
source string
return System

Property Details

Binary public property

public byte[] Binary
return byte[]