delorie.com/djgpp/doc/libc/libc_222.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <dpmi.h> int __dpmi_get_coprocessor_status(void); |
Please refer to DPMI Specification, for details on DPMI function call operation. Also see DPMI Overview, for general information.
DPMI function AX = 0x0e00 (DPMI 1.0 only). Not supported by CWSDPMI and Windows.
-1 on error, else returns the processor status flags. Here's the meaning of each set bit:
0000
0010
0011
0100
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |