undefined         511 platform/ixus200_sd980/sub/100c/stubs.c Error: [undefined instr     28B8] Undefined instruction j 
undefined          71 tools/chdk_dasm.c     int undefined;			/* non-0 iff it's an undefined instr */
undefined         583 tools/chdk_dasm.c     result.undefined =
undefined        1372 tools/chdk_dasm.c             if (instr->undefined || instr->badbits || instr->oddbits) {
undefined        1374 tools/chdk_dasm.c                 if (instr->undefined) fprintf(outfile,"[---undefined instr---] 0x%8.8X     ", w);
undefined        1377 tools/chdk_dasm.c                 if ( !((instr->undefined) || (instr->badbits) || (instr->oddbits)) )