home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
PROGRAM
/
DJEMU106.ZIP
/
EMU387
/
COMPARE.H
< prev
next >
Wrap
C/C++ Source or Header
|
1991-04-25
|
227b
|
15 lines
#ifndef _COMPARE_H_
#define _COMPARE_H_
int compare(reg& a, reg& b);
#define COMP_A_GT_B 1
#define COMP_A_EQ_B 2
#define COMP_A_LT_B 3
#define COMP_NOCOMP 4
#define COMP_NAN 0x40
#define COMP_SNAN 0x80
#endif