MPLAB C18 compiler float-point type some questions

46 views Asked by At

The MPLAB® C18 C Compiler User’s Guide says that float type is different from IEEE745.

the doc words

However, in the program it build the float is still of IEEE745 type.

enter image description here The float is 0x302e0000 in program memory, which is IEEE745 type as opposed to what the documentation says.

Why is this the case?

0

There are 0 answers