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

1.1     ! root        1: #include "../machine/alignment.h" 
        !             2: pushx(infop)   process_info *infop;
        !             3: /*
        !             4: /*     Push operand on the stack.
        !             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:        push (infop, quantity);
        !            15: }

unix.superglobalmegacorp.com

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