C# 클래스 YCPUXNA.Asm

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

공개 메소드들

메소드 설명
AssembleFromArgs ( string args ) : void

비공개 메소드들

메소드 설명
TryAssemble ( string pathToAsmFile, List &machineCode, string &errorMessage ) : bool
TryReadArguments ( string args, string &inPath, string &outPath, string &options, string &error ) : bool
TryWriteMachineCode ( IEnumerable machineCode, string directory, string filename ) : bool
getFileContents ( string in_path ) : string

메소드 상세

AssembleFromArgs() 공개 메소드

public AssembleFromArgs ( string args ) : void
args string
리턴 void