Sumaya
- 29
- 0
Homework Statement
convert signed hex to decimal, 8230
Homework Equations
The Attempt at a Solution
i first make 2's complement of 8230 bcz it is negative
then i convert it to decimal
ffff-8230=7dcf+1=7dd6
7dd6=32214 in decimal
my answer is -32214
but i checked the solution on the book ,it was different .. -32208
i want to know where is my mistake ?
did i do the steps of the converstion right ?
thanx a lot ...