If my understanding serves me correctly, mulhi is supposed to return the high order bits of a multiplication, the ones that wouldn't fit in the low order bits(overflow). It seems for values that would result in 1 in the high order, it displays something other than 1, such as 0xFFFFFFFE or 0xFFFFFFFF. I assume this is not on purpose, though I may be wrong. Has anyone else experienced this or understand why/how to fix it, if it needs it?
--
You received this message because you are subscribed to the Google Groups "progressive-learning-platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to progressive-learning...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to progressive-learning-platform+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to progressive-learning...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "progressive-learning-platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to progressive-learning...@googlegroups.com.
If my understanding serves me correctly, mulhi is supposed to return the high order bits of a multiplication, the ones that wouldn't fit in the low order bits(overflow). It seems for values that would result in 1 in the high order, it displays something other than 1, such as 0xFFFFFFFE or 0xFFFFFFFF. I assume this is not on purpose, though I may be wrong. Has anyone else experienced this or understand why/how to fix it, if it needs it?
If my understanding serves me correctly, mulhi is supposed to return the high order bits of a multiplication, the ones that wouldn't fit in the low order bits(overflow). It seems for values that would result in 1 in the high order, it displays something other than 1, such as 0xFFFFFFFE or 0xFFFFFFFF. I assume this is not on purpose, though I may be wrong. Has anyone else experienced this or understand why/how to fix it, if it needs it?