64 p = strstr( binaryName,
".asm" );
76 p = strstr( binaryName,
".asm" );
90 strcopy( pipes,
">/dev/null 2>/dev/null");
93 sprintf( commandLine,
"\"%s\" +zx --org 32768 -b \"%s\"",
97 p = strstr( binaryName,
".bin" );
105 printf(
"The compilation of assembly program failed.\n\n");
106 printf(
"Please use option '-I' to install chain tool.\n\n");
117 TRACE1(
" binary file = %s", binaryName );
118 p = strstr( binaryName,
".asm" );
131 char * p = strstr( binaryName2,
".asm" );
141 }
else if( access(
"runz80.exe", F_OK ) == 0 ) {
142 sprintf(executableName,
"%s",
"runz80.exe" );
144 sprintf(executableName,
"%s",
"runz80" );
147 sprintf( commandLine,
"\"%s\" -c -p \"%s\" %d -l 8000 \"%s\" -R 8000 -u \"%s\" \"%s\"",
156 printf(
"The profiling of assembly program failed.\n\n");