home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man3 / fptrap.3 < prev    next >
Encoding:
Text File  |  1975-06-26  |  679 b   |  29 lines

  1. .th FPTRAP III 11/18/73
  2. .sh NAME
  3. fptrap \*- floating point interpreter
  4. .sh SYNOPSIS
  5. .ft B
  6. sys    signal; 4; fptrap
  7. .ft R
  8. .sh DESCRIPTION
  9. .it Fptrap
  10. is a simulator of the
  11. 11/45 FP11-B floating point unit.
  12. It works by intercepting illegal instruction
  13. traps
  14. and decoding and executing the floating point operation codes.
  15. .sh FILES
  16. In systems with real floating point,
  17. there is a fake routine in /lib/liba.a with this name;
  18. when simulation is desired,
  19. the real version should be put in liba.a
  20. .sh DIAGNOSTICS
  21. A break point trap is given when a real
  22. illegal instruction trap occurs.
  23. .sh "SEE ALSO"
  24. signal (II),
  25. cc (I) (`\-f' option)
  26. .sh BUGS
  27. Rounding mode is not interpreted.
  28. It's slow.
  29.