SSWRQQ (ia32 only)

Run-Time Subroutine: Returns the floating-point processor status word. This routine is only available on ia32 processors.

Module: USE DFLIB

Syntax

CALL SSWRQQ (status)

status
(Output) INTEGER(2). Floating-point processor status word.

SSWRQQ performs the same function as the run-time subroutine GETSTATUSFPQQ and is provided for compatibility.

Compatibility

CONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIB

See Also: LCWRQQ, GETSTATUSFPQQ

Example

 USE DFLIB
 INTEGER(2) status
 CALL SSWRQQ (status)