Annotation of 43BSDReno/bin/adb/adb.tahoe/optab.c, revision 1.1.1.1

1.1       root        1: #ifndef lint
                      2: static char sccsid[] = "@(#)optab.c    1.2 (Berkeley) 1/16/89";
                      3: #endif
                      4: 
                      5: #include "defs.h"
                      6: #include "optab.h"
                      7: 
                      8: struct optab optab[] = {
                      9: #define OP(a,b,c,d,e,f,g,h,i) {a,b,c,d,e,f,g,h,i}
                     10: #include "instrs.adb"
                     11:        0
                     12: };
                     13: 
                     14: char *regname[] = {
                     15:        "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
                     16:        "r8", "r9", "r10", "r11", "r12", "fp", "sp", "pc"
                     17: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.