1: /*
   2:  *  This file is only of use in the PDP-11 implementation where the
   3:  *   ldfps function is used to control the floating-point processor.
   4:  */
   5: #ifdef VAX
   6: Global(_ldfps)  # prevent null object module
   7: #endif VAX
   8: 
   9: #ifdef PORT
  10: Global(_ldfps)  # prevent null object module
  11: #endif PORT
  12: 
  13: #ifdef PDP11
  14: / Load floating-point processor status register
  15: Global(_ldfps)
  16: _ldfps:
  17:         ldfps   2(sp)
  18:         rts     pc
  19: #endif PDP11

Defined functions

_ldfps defined in line 16; used 3 times
  • in line 6-15(3)
Last modified: 1984-11-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 328
Valid CSS Valid XHTML 1.0 Strict