JCL Help:Mask8087Exceptions

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Masks additional exceptions.


Pascal

 function Mask8087Exceptions(Exceptions: T8087Exceptions): T8087Exceptions;


Return Value

The set of exceptions that were masked upon routine entry. Upon exit the set of masked exceptions equals Result plus Exceptions.


Exceptions

Exceptions to be masked.


Description

Mask8087Exceptions masks the exceptions specified by the Exceptions parameter. Unlike SetMasked8087Exceptions the original exception mask is left intact. For example, if the current exception mask equals [emInvalidOp, emDenormalizedOperand], and you call Mask8087Exceptions([emZeroDivide]), then upon return the exception mask equals [emInvalidOp, emDenormalizedOperand, emZeroDivide].


See Also

T8087Exceptions Unmask8087Exceptions GetMasked8087Exceptions SetMasked8087Exceptions


About

Unit

Jcl8087


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