Annotation of cci/sys/tahoe/Atst.c, revision 1.1

1.1     ! root        1: #include "../machine/alignment.h" 
        !             2: tst(infop)     process_info *infop;
        !             3: /*
        !             4: /*     Test operand, set condition codes.
        !             5: /*
        !             6: /************************************************/
        !             7: {
        !             8:        register long quantity;
        !             9: 
        !            10:        quantity = operand(infop,0)->data;
        !            11:        if (quantity < 0) negative_1; else negative_0;
        !            12:        if (quantity == 0) zero_1; else zero_0;
        !            13:        overflow_0; carry_1;
        !            14: }

unix.superglobalmegacorp.com

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