64 }
else if( access(
"run6809.exe", F_OK ) == 0 ) {
65 sprintf(executableName,
"%s",
"run6809.exe" );
67 sprintf(executableName,
"%s",
"run6809" );
70 sprintf( commandLine,
"\"%s\" -i \"%s\" -R 2800 -b -l 27f7 \"%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)
#define BUILD_TOOLCHAIN_ASM6809_GET_LISTING_FILE(_environment, listingFileName)
#define BUILD_CHECK_FILETYPE(_environment, _filetype)
#define BUILD_SAFE_REMOVE(_environment, filename)
#define MAX_TEMPORARY_STORAGE
#define BUILD_TOOLCHAIN_ASM6809EXEC(_environment, flag, startingAddress, executableName, listingFileName)
struct _Environment Environment
Structure of compilation environment.
#define BUILD_TOOLCHAIN_ASM6809_GET_EXECUTABLE(_environment, executableName)
char OUTPUT_FILE_TYPE_AS_STRING[][16]