C# Class YCPUXNA.Asm

Afficher le fichier Open project: ZaneDubya/YCPU Class Usage Examples

Méthodes publiques

Méthode Description
AssembleFromArgs ( string args ) : void

Private Methods

Méthode 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 méthode

public AssembleFromArgs ( string args ) : void
args string
Résultat void