C# Class YCPUXNA.Asm

Mostrar archivo Open project: ZaneDubya/YCPU Class Usage Examples

Public Methods

Method Description
AssembleFromArgs ( string args ) : void

Private Methods

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

Method Details

AssembleFromArgs() public method

public AssembleFromArgs ( string args ) : void
args string
return void