Use Motorola byte order for floating point
This commit is contained in:
parent
3899b18911
commit
3a8a4fc1df
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ con_mult(sz) word sz; {
|
|||
}
|
||||
|
||||
#define IEEEFLOAT
|
||||
#define FL_MSL_AT_LOW_ADDRESS 1
|
||||
#define FL_MSW_AT_LOW_ADDRESS 1
|
||||
#define FL_MSB_AT_LOW_ADDRESS 1
|
||||
#define CODE_GENERATOR
|
||||
#include <con_float>
|
||||
|
||||
|
|
Loading…
Reference in a new issue