Use Motorola byte order for floating point

This commit is contained in:
ceriel 1989-10-26 09:49:32 +00:00
parent 8d1bad1378
commit af72287f31

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>