JCL Help:GetPending8087Exceptions
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GetPending8087Exceptions Function
[+] Jcl8087.pas Functions
Search in JCL Help
Search in all projects
Summary
Returns a set of pending FPU exception flags.
Pascal
function GetPending8087Exceptions: T8087Exceptions;
Return Value
The result is the set of pending FPU exceptions.
Description
The GetPending8087Exceptions routine returns a set of flags representing the pending FPU exceptions. Note that the pending exceptions are not cleared. To get the pending exceptions and clear them use the ClearPending8087Exceptions routine.
See Also
T8087Exceptions ClearPending8087Exceptions
About
Unit
Donator
Robert Rossmair
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page