fptrap.3
来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 3 代码 · 共 29 行
3
29 行
.th FPTRAP III 11/18/73.sh NAMEfptrap \*- floating point interpreter.sh SYNOPSIS.ft Bsys signal; 4; fptrap.ft R.sh DESCRIPTION.it Fptrapis a simulator of the11/45 FP11-B floating point unit.It works by intercepting illegal instructiontrapsand decoding and executing the floating point operation codes..sh FILESIn systems with real floating point,there is a fake routine in /lib/liba.a with this name;when simulation is desired,the real version should be put in liba.a.sh DIAGNOSTICSA break point trap is given when a realillegal instruction trap occurs..sh "SEE ALSO"signal (II),cc (I) (`\-f' option).sh BUGSRounding mode is not interpreted.It's slow.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?