Annotation of 42BSD/lib/c2/c22.c, revision 1.1

1.1     ! root        1: static char sccsid[] = "@(#)c22.c 4.2 2/14/82";
        !             2: #include "c2.h"
        !             3: /* char c22[] = "@(#)c22.c 4.2 2/14/82"; */
        !             4: #define readonly
        !             5: 
        !             6: readonly char revbr[] = {
        !             7:        JNE, JEQ, JGT, JLT, JGE, JLE,
        !             8:        JNE, JEQ, JHI, JLO, JHIS, JLOS,
        !             9:        JBS, JBC, JLBS, JLBC, JBSC, JBCC, JBSS, JBCS };
        !            10: 
        !            11: #define        TYPB    BYTE
        !            12: #define        TYPW    WORD
        !            13: #define        TYPL    LONG
        !            14: #define        TYPQ    QUAD
        !            15: #define        TYPO    OCTA
        !            16: #define        TYPF    FFLOAT
        !            17: #define        TYPD    DFLOAT
        !            18: #define        TYPG    GFLOAT
        !            19: #define        TYPH    HFLOAT
        !            20: 
        !            21: readonly struct optab optab[] = {
        !            22: 
        !            23: #include "./instrs.c2"
        !            24: 
        !            25: 0,     0};

unix.superglobalmegacorp.com

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