Home | History | Annotate | Download | only in disassembler

Lines Matching refs:temp

174         char temp[256], address[16];
175 strcpy(temp, test->instr);
177 strcat(temp, address);
178 if(strcmp(instr, temp) != 0)
183 "Actual : %s\n", test->code, temp, instr);
195 char temp[256], address[16];
196 strcpy(temp, test->instr);
198 strcat(temp, address);
199 if(strcmp(instr, temp) != 0)
204 "Actual : '%s'\n", test->code, temp, instr);