home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
mbug
/
mbug103.arc
/
MIT.H
< prev
next >
Wrap
Text File
|
1979-12-31
|
512b
|
15 lines
/*
** 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 */