66 }
else if( access(
"run6809.exe", F_OK ) == 0 ) {
67 sprintf(executableName,
"%s",
"run6809.exe" );
69 sprintf(executableName,
"%s",
"run6809" );
72 sprintf( commandLine,
"\"%s\" -i \"%s\" -R 3000 -b -l 3000 \"%s\" -p \"%s\" %d",
81 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)
int convertbintok7_original(Environment *_environment)
int convertbintok7(Environment *_environment)
OutputFileType outputFileType
#define BUILD_TOOLCHAIN_ASM6809_GET_LISTING_FILE(_environment, listingFileName)
@ OUTPUT_FILE_TYPE_K7_NEW
@ OUTPUT_FILE_TYPE_K7_ORIGINAL
#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)
#define CRITICAL_UNSUPPORTED_OUTPUT_FILE_TYPE(t)
char OUTPUT_FILE_TYPE_AS_STRING[][16]