Use Intel byte order for floating point

This commit is contained in:
ceriel 1989-10-26 09:52:41 +00:00
parent 3a8a4fc1df
commit 851a0c4501

View file

@ -43,6 +43,9 @@ con_mult(sz) word sz; {
#define CODE_GENERATOR #define CODE_GENERATOR
#define IEEEFLOAT #define IEEEFLOAT
#define FL_MSL_AT_LOW_ADDRESS 0
#define FL_MSW_AT_LOW_ADDRESS 0
#define FL_MSB_AT_LOW_ADDRESS 0
#include <con_float> #include <con_float>
/* /*