/* ** machine instruction table */ int mitable = 3*INTSZ*MICOUNT+MIBUFSZ, /* mit size signature */ mitndx[MICOUNT], /* mit indices (hash -> which) */ mitnxt[MICOUNT], /* mit synonym chain */ mitptr[MICOUNT]; /* mnemonic syntax ptrs */ char mitbuf[MIBUFSZ]; /* instruction syntax buffer */ extern int /* reside in mit.c */ opadj, /* operation code adjustment */ hashval; /* global hash value for speed */