Research V4 development
[unix-history] / man / manx / ilgins.2
CommitLineData
5bcf8ab3
KT
1.pa 1
2.he 'ILGINS (II)'3/15/72'ILGINS (II)'
3.ti 0
4NAME ilgins -- catch illegal instruction trap
5.s3
6.ti 0
7SYNOPSIS sys ilgins; arg / ilgins = 33.
8.s3
9.ti 0
10DESCRIPTION ilgins\b\b\b\b\b\b______
11allows a program to catch illegal instruction traps.
12If arg\b\b\b___
13is zero, the normal instruction trap handling is done:
14the process is terminated and a core image is produced.
15If arg\b\b\b___
16is a location within the program, control
17is passed to arg\b\b\b___ when the trap occurs.
18.s3
19This call is used to implement the floating point simulator,
20which catches and interprets 11/45 floating point
21instructions.
22.s3
23To return after catching the
24ilgins\b\b\b\b\b\b______
25trap, execute the rti\b\b\b___ instruction.
26.s3
27.ti 0
28SEE ALSO PDP-11 manual
29.s3
30.ti 0
31DIAGNOSTICS --
32.s3
33.ti 0
34BUGS --