flat assembler
Message board for the users of flat assembler.
Index
> Main > How to read raw binary floating point? |
Author |
|
b1528932 11 Mar 2011, 01:36
give the sample of this file, first some bytes if you can.
|
|||
11 Mar 2011, 01:36 |
|
Tyler 13 Mar 2011, 00:28
Integer or floating point? Single or double precision? You need to know the format. Single: 24 bit significand, 8 bit exponent; Double: 53 bit significand, 11 bit exponent. For example: 8 can be represented in single precision as both 0000 0000 0000 0000 0000 1000 0000 0001 or 0000 0000 0000 0000 0000 0010 0000 0011, but it would be stored backwards in little endian.
|
|||
13 Mar 2011, 00:28 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.