instruct
instruct();
static void instruct(void);
union insn instruct;
&instruct, sizeof(instruct)))
instruct.w = 0;
instruct.w = *(int *)loc;
m = &majopcs[Opcode(instruct)];
ext = OpExt(instruct.w, m);
(*i->dasmfcn)(i, ofs, instruct);
return (loc + sizeof(instruct));