C# 클래스 Assembler.Assembler

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

공개 프로퍼티들

프로퍼티 타입 설명
Binary byte[]

공개 메소드들

메소드 설명
Assembler ( string source ) : System

비공개 메소드들

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

메소드 상세

Assembler() 공개 메소드

public Assembler ( string source ) : System
source string
리턴 System

프로퍼티 상세

Binary 공개적으로 프로퍼티

public byte[] Binary
리턴 byte[]