1LDFPS(3) Library Functions Manual LDFPS(3)
23
4
NAME
6ldfps - load floating point status register
7
SYNOPSIS
9void ldfps(fps)
10unsigned int fps;
11
DESCRIPTION
13Ldfps loads the hardware floating point status register with fps. See
14the PDP-11 hardware handbook for a description of the meaning of the
15various bits in fps.
16
BUGS
18Ldfps is unique to the PDP-11 and 2BSD; its use is discouraged.
1920
21
22
3rd Berkeley Distribution August 10, 1988 LDFPS(3)