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

1.1     ! root        1: #include "../machine/alignment.h" 
        !             2: suba(infop)    process_info *infop;
        !             3: /*
        !             4: /*     Subtract address.
        !             5: /*
        !             6: /****************************/
        !             7: {
        !             8:        register int data0, data1, result;
        !             9: 
        !            10:        data0 = operand(infop,0)->data;
        !            11:        data1 = operand(infop,1)->data;
        !            12:        result = data1 - data0;
        !            13:        write_back (infop,result, operand(infop,1));
        !            14: }

unix.superglobalmegacorp.com

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