Use Motorola byte order for floating point

This commit is contained in:
ceriel 1989-10-26 09:49:32 +00:00
parent 3899b18911
commit 3a8a4fc1df

View file

@ -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>