64 }
else if( access(
"run6502.exe", F_OK ) == 0 ) {
65 sprintf(executableName,
"%s",
"run6502.exe" );
67 sprintf(executableName,
"%s",
"run6502" );
70 sprintf( commandLine,
"\"%s\" -X 0000 -R 100d -l 0fff \"%s\" -u \"%s\" -p \"%s\" %d",
79 printf(
"The profiling of assembly program failed.\n\n");
int system_call(Environment *_environment, char *_commandline)
Call an external executable.
void target_linkage(Environment *_environment)
Convert C64's assembly to executable.
void target_cleanup(Environment *_environment)
void target_analysis(Environment *_environment)
char * configurationFileName
#define BUILD_CHECK_FILETYPE(_environment, _filetype)
#define BUILD_SAFE_REMOVE(_environment, filename)
#define MAX_TEMPORARY_STORAGE
#define BUILD_TOOLCHAIN_CC65_GET_EXECUTABLE(_environment, executableName)
#define BUILD_TOOLCHAIN_CC65_GET_LISTING_FILE(_environment, listingFileName)
struct _Environment Environment
Structure of compilation environment.
#define BUILD_TOOLCHAIN_CC65_EXEC(_environment, target, executableName, listingFileName, additionalParameters)
char OUTPUT_FILE_TYPE_AS_STRING[][16]