Hexadecimal signed overflow example

0

I need to find two 8 digit hexadecimal values that when subtracted create a signed overflow. I have tried:

   0x00000000
-  0xf0000000
   ----------

But this does not lead to a signed overflow, I think I am confused how sign overflow works. This is being used as a test for a handmade ALU in Logisim.

hex
signed
twos-complement
asked on Stack Overflow Apr 24, 2019 by lex449

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0