Annotation of cci/sys/tahoe/Aldd.c, revision 1.1.1.1

1.1       root        1: #include "../machine/alignment.h"
                      2: ldd(infop)     process_info *infop;
                      3: /*
                      4: /*     Load a double operand into accumulator.
                      5: /*
                      6: /*************************************************/
                      7: {
                      8:        register struct oprnd *oprnd_pnt;
                      9: 
                     10:        oprnd_pnt = operand(infop,0);
                     11:        if ( reserved( oprnd_pnt->data ) ) 
                     12:                exception(infop, ILL_OPRND);
                     13:        acc_high = oprnd_pnt->data ;
                     14:        acc_low = oprnd_pnt->data2 ;
                     15:        psl |= PSL_DBL;
                     16:        infop->acc_dbl = 1;
                     17: }

unix.superglobalmegacorp.com

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