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.
User contributions licensed under CC BY-SA 3.0