a 12 bit register is split up such that 8 bits are used in fractional two's complement representaiton to represent sent the mantissa and the remaining 4 bits are used as an integer two complement representation for the exponent as follows
* * * * * * * * / * * * *
mantisa ^^ exponent ^^
using the register representation the following numbers in normalsied or standard form :
a)+1 b)+9 c)-3 d)-30 e)0.125 f)-0.015625
Not sure how to solve this i have an example of this but they give a number to the mantissa themselfs? ...
2007-10-03
19:11:34
·
2 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design