mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
489 B
17 lines
489 B
#ifndef _Bodge_c_h
|
|
#define _Bodge_c_h
|
|
#define PureAddressAdjustment (-4)
|
|
#define CallToRetAddrAdjustment (0)
|
|
#define BranchCodeSizeAdjustment (2)
|
|
#define CallCodeSize (1)
|
|
#define NO_DELAY_SLOTS (0)
|
|
#define DelaySlotSize (1)
|
|
#define MaxImmedSize (2)
|
|
#define GotoCodeSize (1)
|
|
#define MaxFtUpdateSize (2)
|
|
#define MaxUnivUpdateSize (3)
|
|
#define FpuOverflowExceptionBit (4)
|
|
#define FpuUnderflowExceptionBit (3)
|
|
#define FpuPrecisionExceptionBit (2)
|
|
#define GDP_Vreg (0)
|
|
#endif /* ! _Bodge_c_h */
|