ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
etiss
include
etiss
fpu
milieu.h
Go to the documentation of this file.
1
47
/*----------------------------------------------------------------------------
48
| Include common integer types and flags.
49
*----------------------------------------------------------------------------*/
50
#include "
etiss/fpu/386-GCC.h
"
51
52
/*----------------------------------------------------------------------------
53
| Symbolic Boolean literals.
54
*----------------------------------------------------------------------------*/
55
enum
56
{
57
FALSE
= 0,
58
TRUE
= 1
59
};
386-GCC.h
this file was derived from the 386-GCC.h file provided with John Hauser's Softfloat 2b library
FALSE
@ FALSE
Definition:
milieu.h:57
TRUE
@ TRUE
Definition:
milieu.h:58
Generated on Thu Oct 24 2024 09:40:11 for ETISS 0.8.0 by
1.9.1