For integer binary data,
the high-order bit is the value's sign: 0 for positive values, 1 for
negative. Negative values are represented in twos-complement notation.
If the informat includes a
d value, the data value is divided by 10
d.
Using the IB
w.
d informat
requires you to understand twos complements and byte-swapped data
format.
For more information
about microcomputer fixed-point values, see Intel developer Web site.