64 p = strstr( binaryName,
".asm" );
80 strcopy( pipes,
">/dev/null 2>/dev/null");
84 p = strstr( binaryName,
".asm" );
92 p = strstr( binaryName,
".asm" );
105 p = strstr( symbolName,
".k7" );
112 p = strstr( binaryName,
".asm" );
122 p = strstr( binaryName,
".asm" );
132 p = strstr( binaryName,
".asm" );
144 }
else if( access(
"runz80.exe", F_OK ) == 0 ) {
145 sprintf(executableName,
"%s",
"runz80.exe" );
147 sprintf(executableName,
"%s",
"runz80" );
150 sprintf( commandLine,
"\"%s\" -m -p \"%s\" %d -l 5000 \"%s\" -R 5000 -u \"%s\" \"%s\"",
159 printf(
"The profiling of assembly program failed.\n\n");
168 p = strstr( binaryName,
".asm" );