|
|
1.1 ! root 1: #include "../machine/alignment.h" ! 2: ldfd(infop) process_info *infop; ! 3: /* ! 4: /* Load into accumulator float operand converted to double. ! 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 = 0; ! 15: psl |= PSL_DBL; ! 16: infop->acc_dbl = 1; ! 17: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.