|
|
1.1 root 1: /*
2: * static char *ID_symbl2 = "@(#) symbols2.h: 1.3 12/10/83";
3: */
4:
5: /*
6: * NINSTRS = number of legal assembler instructions (from ops.out)
7: * NHASH = the size of the hash symbol table
8: * NSYMS = the number of symbols allowed in a user program
9: */
10:
11: #if FLOAT
12: #define NINSTRS 394
13: #else
14: #define NINSTRS 358
15: #endif
16:
17: #if pdp11
18: #define NHASH 1693
19: #else
20: #define NHASH 4999
21: #endif
22:
23: #define NSYMS (NHASH - NINSTRS)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.